Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 64af79: Fixed PlotGridCompositeTester for Mac

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 64af790ace0ca7ac2369ad16fa410a0af1d922a2
      https://github.com/eclipse/ice/commit/64af790ace0ca7ac2369ad16fa410a0af1d922a2
  Author: Robert Smith <smithrw@xxxxxxxx>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/widgets/test/PlotGridCompositeTester.java

  Log Message:
  -----------
  Fixed PlotGridCompositeTester for Mac

SWT on Mac was providing the composites in a different order than other
OSs. This was causing comparisons between to wrong widgets. The test now
checks if each composite is in the list of composites instead.

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



Back to the top