Fix Bug 363334 - SWTBot test launcher doesn't work with Eclipse 4.2

We copied TestableObject and ITestHarness into
org.eclipse.e4.ui.workbench3, but kept the copies in
org.eclipse.ui.workbench.  This could lead to LinkageErrors depending
on the load order of e4.ui.workbench3 and ui.workbench.

A reproducible test case seems to be the MyFirstTest from their
EclipseCon 2009 example with SWTBot 2.5.0
<http://wiki.eclipse.org/SWTBot/UsersGuide#Getting_started_with_SWTBot_for_Eclipse_Plugins>
3 files changed
tree: a21f49b929240946d4f05deb62ae7aed7f37ea3a
  1. bundles/
  2. examples/
  3. features/
  4. git_report/
  5. tests/
  6. .gitignore
  7. README.md
README.md

Platform UI

Platform UI provides the basic building blocks for user interfaces built with Eclipse. Some of these form the Eclipse Rich Client Platform (RCP) and can be used for arbitrary rich client applications, while others are specific to the Eclipse IDE. The Platform UI codebase is built on top of the Eclipse Standard Widget Toolkit (SWT), which is developed as an independent project.

For more information, refer to the [Platform UI wiki page] 1.

License

Eclipse Public License (EPL) v1.0