Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 62d0e7: Added some UI tests to the ICEResourcePageTester, ...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 62d0e7ebef639d6ab507438d1623866341db40bc
      https://github.com/eclipse/ice/commit/62d0e7ebef639d6ab507438d1623866341db40bc
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourceView.java
    M tests/org.eclipse.ice.client.widgets.test/.gitignore
    M tests/org.eclipse.ice.client.widgets.test/META-INF/MANIFEST.MF
    A tests/org.eclipse.ice.client.widgets.test/src/org/eclipse/ice/client/widgets/test/FakePlot.java
    M tests/org.eclipse.ice.client.widgets.test/src/org/eclipse/ice/client/widgets/test/ICEResourcePageTester.java
    M tests/org.eclipse.ice.client.widgets.test/src/org/eclipse/ice/client/widgets/test/PlotGridCompositeTester.java

  Log Message:
  -----------
  Added some UI tests to the ICEResourcePageTester, including a check for
how it handles VizResources depending on what IVizServices are
available. This should finally address the concerns in bug 465052.

Moved the FakePlot outside PlotGridCompositeTester so it can be re-used
in the ICEResourcePageTester, too.

Added the SWTBot screenshots folder to .gitignore.

Imported the main viz service package into widgets.test to properly test
the PlotGridComposite and ICEResourcePage.

Fixed a couple of rare initialization-related bugs in ICEResourceView.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>



Back to the top