Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 5ebd08: Added fake connection, client, and listener classe...

  Branch: refs/heads/jordan/bug469997-viz-connections
  Home:   https://github.com/eclipse/ice
  Commit: 5ebd08042279d7d0602e3bad3936f8af648fca61
      https://github.com/eclipse/ice/commit/5ebd08042279d7d0602e3bad3936f8af648fca61
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/connections/test/VizConnectionTester.java

  Log Message:
  -----------
  Added fake connection, client, and listener classes to test the
VizConnection implementation.

Signed-off-by: Jordan <jordan.deyton@xxxxxxxxx>


  Commit: cc3ce14bf46642e9bcf79d5a369cc776f0f97361
      https://github.com/eclipse/ice/commit/cc3ce14bf46642e9bcf79d5a369cc776f0f97361
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/connections/VizConnection.java
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/connections/test/VizConnectionTester.java

  Log Message:
  -----------
  Implemented the main connect operation and listener tests.
Adjusted the signature of the connectToWidget() operation to return the
created widget. This is necessary for sub-classes to provide the
underlying connection widget to the abstract class.

Signed-off-by: Jordan <jordan.deyton@xxxxxxxxx>


  Commit: 6c4e89ae3e00e445597c9febca085e04411eba94
      https://github.com/eclipse/ice/commit/6c4e89ae3e00e445597c9febca085e04411eba94
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/connections/test/VizConnectionTester.java

  Log Message:
  -----------
  Finished first pass at implementing VizConnectionTester.

Signed-off-by: Jordan <jordan.deyton@xxxxxxxxx>


  Commit: e0f2d4d5d61e951078884ac735d7b038c8e2d25b
      https://github.com/eclipse/ice/commit/e0f2d4d5d61e951078884ac735d7b038c8e2d25b
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/connections/VizConnection.java
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/connections/test/VizConnectionTester.java

  Log Message:
  -----------
  Implemented the basic property and listener support for the
VizConnection.
Added a new test method to check that the connection property map can't
be directly modified.
Fixed some bugs in the tests.

Signed-off-by: Jordan <jordan.deyton@xxxxxxxxx>


  Commit: 07b547d9b8bcc137808e23ac122e16832168f646
      https://github.com/eclipse/ice/commit/07b547d9b8bcc137808e23ac122e16832168f646
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/connections/VizConnection.java
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/connections/test/VizConnectionTester.java

  Log Message:
  -----------
  Implemented the connect() operation and fixed some bugs in the tests.

Signed-off-by: Jordan <jordan.deyton@xxxxxxxxx>


  Commit: 070aa2b4500637bfef77b1162fc0b5c93dfe36a1
      https://github.com/eclipse/ice/commit/070aa2b4500637bfef77b1162fc0b5c93dfe36a1
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/connections/VizConnection.java
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/connections/test/VizConnectionTester.java

  Log Message:
  -----------
  Implemented the disconnect() operation and fixed some bugs in the
tester.

Signed-off-by: Jordan <jordan.deyton@xxxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/55de6e8d2747...070aa2b45006

Back to the top