Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 5b3dea: Added run configurations for SWTBot tests

  Branch: refs/heads/jay/UIRefactor
  Home:   https://github.com/eclipse/ice
  Commit: 5b3deaa739588b3e0726e002e9bb7c0f101c4f77
      https://github.com/eclipse/ice/commit/5b3deaa739588b3e0726e002e9bb7c0f101c4f77
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    A org.eclipse.ice.ui.swtbot.test/MOOSETester.launch
    A org.eclipse.ice.ui.swtbot.test/MaterialsDatabaseTester.launch
    A org.eclipse.ice.ui.swtbot.test/ReflectivityModelTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEKeyValuePairTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBELauncher.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEModel.launch
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MOOSETester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MaterialsDatabaseTester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/ReflectivityModelTester.java

  Log Message:
  -----------
  Added run configurations for SWTBot tests

Added individual run configurations for the SWTBot tests with the
correct set of plug-in dependencies. These are for Windows only, as I'm
intending to create one bulk run configuration for each OS after dealing
with issues that are causing them to fail when all are run from a single
configuration file.

Also made minor changes to the tests to make them compatible with the
latest changes.

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>


  Commit: c95a9fb2c6990f8dbb12d6473484cac8497ce71a
      https://github.com/eclipse/ice/commit/c95a9fb2c6990f8dbb12d6473484cac8497ce71a
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    M org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets.moose/OSGI-INF/MOOSEEditorComponent.xml
    M org.eclipse.ice.client.widgets.moose/build.properties
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EclipseUIWidgetFactory.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
    M org.eclipse.ice.io/META-INF/MANIFEST.MF
    R org.eclipse.ice.io/OSGI-INF/HdfIOFactory.xml
    R org.eclipse.ice.io/OSGI-INF/HdfIORegistry.xml
    M org.eclipse.ice.io/build.properties
    M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
    R org.eclipse.ice.reflectivity.ui/OSGI-INF/ReflectivityModelComponent.xml
    M org.eclipse.ice.reflectivity.ui/build.properties
    M org.eclipse.ice.repository/ice.product
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Reworked the EclipseUIWidgetFactory to use the builder extension.

Refactored the EclipseUIWidgetFactory so that it will pull extensions
from the IFormWidgetBuilder extension point in addition to exposing the
registration operation on its interface. I also cleaned up the OSGi
component files that were hanging around for form builders. I cleaned up
some old HDF5 component files too. I removed unneeded auto-launched
bundles from the product too.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 7a636d0956b33f36b81d046fc5efd7a76dae6792
      https://github.com/eclipse/ice/commit/7a636d0956b33f36b81d046fc5efd7a76dae6792
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    A org.eclipse.ice.ui.swtbot.test/MOOSETester.launch
    A org.eclipse.ice.ui.swtbot.test/MaterialsDatabaseTester.launch
    A org.eclipse.ice.ui.swtbot.test/ReflectivityModelTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEKeyValuePairTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBELauncher.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEModel.launch
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MOOSETester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MaterialsDatabaseTester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/ReflectivityModelTester.java

  Log Message:
  -----------
  Merge branch 'next' of https://github.com/eclipse/ice into next


  Commit: 523c1c654de688362f86bbe3119c0c00e9b10880
      https://github.com/eclipse/ice/commit/523c1c654de688362f86bbe3119c0c00e9b10880
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    A org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/IWidgetFactoryTester.java
    M org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets/OSGI-INF/eclipseWidgetsComponent.xml
    M org.eclipse.ice.client.widgets/build.properties
    M org.eclipse.ice.client.widgets/plugin.xml
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
    R org.eclipse.ice.client/OSGI-INF/clientComponent.xml
    M org.eclipse.ice.client/build.properties
    M org.eclipse.ice.client/plugin.xml
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    M org.eclipse.ice.client/src/org/eclipse/ice/iclient/uiwidgets/IWidgetFactory.java
    M pom.xml

  Log Message:
  -----------
  Updated the way the Client gets the IWidgetFactory.

I updated the Client so that it retrieves the IWidgetFactory using a
static interface method that accesses the Extension Registry. I have
removed several unused components too and made minor adjustments to
other files as required, such as removing files from build.properties. I
fixed a bug in the build that would miss test files that ended in
Test.java instead of Tester.java. I also added an existence test for
IWidgetFactory.getWidgetFactories().

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 9686017fba6e7e3e9a770b482861a1aacb008777
      https://github.com/eclipse/ice/commit/9686017fba6e7e3e9a770b482861a1aacb008777
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    A org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/IWidgetFactoryTester.java
    M org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets.moose/OSGI-INF/MOOSEEditorComponent.xml
    M org.eclipse.ice.client.widgets.moose/build.properties
    M org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets/OSGI-INF/eclipseWidgetsComponent.xml
    M org.eclipse.ice.client.widgets/build.properties
    M org.eclipse.ice.client.widgets/plugin.xml
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EclipseUIWidgetFactory.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
    R org.eclipse.ice.client/OSGI-INF/clientComponent.xml
    M org.eclipse.ice.client/build.properties
    M org.eclipse.ice.client/plugin.xml
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    M org.eclipse.ice.client/src/org/eclipse/ice/iclient/uiwidgets/IWidgetFactory.java
    M org.eclipse.ice.io/META-INF/MANIFEST.MF
    R org.eclipse.ice.io/OSGI-INF/HdfIOFactory.xml
    R org.eclipse.ice.io/OSGI-INF/HdfIORegistry.xml
    M org.eclipse.ice.io/build.properties
    M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
    R org.eclipse.ice.reflectivity.ui/OSGI-INF/ReflectivityModelComponent.xml
    M org.eclipse.ice.reflectivity.ui/build.properties
    M org.eclipse.ice.repository/ice.product
    M org.eclipse.ice.repository/ice.product_linux.launch
    A org.eclipse.ice.ui.swtbot.test/MOOSETester.launch
    A org.eclipse.ice.ui.swtbot.test/MaterialsDatabaseTester.launch
    A org.eclipse.ice.ui.swtbot.test/ReflectivityModelTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEKeyValuePairTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBELauncher.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEModel.launch
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MOOSETester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MaterialsDatabaseTester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/ReflectivityModelTester.java
    M pom.xml

  Log Message:
  -----------
  Merge branch 'next' into jay/UIRefactor

Conflicts:
	org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 6590878a20995ae407d863a342709f4b7ae5d1c4
      https://github.com/eclipse/ice/commit/6590878a20995ae407d863a342709f4b7ae5d1c4
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/geometry/ICEGeometry.java

  Log Message:
  -----------
  Fixed ICEGeometry so that it inherits from ICEObject.

ICEGeometry incorrectly implemented IUpdateable by providing stubs
instead of full implementations of the required operations. I fixed this
by changing it so that it extends ICEObject.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: f0efb46cf841c9d8dcf315d77cfb16463f65b3fd
      https://github.com/eclipse/ice/commit/f0efb46cf841c9d8dcf315d77cfb16463f65b3fd
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
    M org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEObjectTester.java
    M org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java
    M org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/WrappedGlazedEventListenerTester.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ICEObject.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/Identifiable.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ListComponent.java
    M org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/ItemTester.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/Item.java

  Log Message:
  -----------
  Added Contexts for Identifiables.

Identifiable objects can now provide a "Context" that provides a clue on
their domain context, which makes it easier to tie them to related tools
and utilities that can be found using dynamic factories.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/9075acf57821...f0efb46cf841

Back to the top