Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 27a057: Removed return value from openView()

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 27a0577bcb51b3896423058b5a85871da6a172e4
      https://github.com/eclipse/ice/commit/27a0577bcb51b3896423058b5a85871da6a172e4
  Author: Robert Smith <smithrw@xxxxxxxx>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M org.eclipse.ice.tests.client.widgets.utils/src/org/eclipse/ice/tests/client/widgets/utils/AbstractWorkbenchTester.java

  Log Message:
  -----------
  Removed return value from openView()

AbstractWorbenchTester's openView() no longer returns a reference to the
opened view, to avoid a bug where SWTBot could not obtain that
reference.

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



Back to the top