UITestApplication not shutting down workbench property [message #5699] |
Fri, 11 February 2005 14:07 |
Eclipse User |
|
|
|
I am using a JUnit testcase to set up a workspace for subsequent tests. I
am running the testcase using org.eclipse.test.uitestapplication.
However, it seems that the workbench is not shut down properly at the
completion of the testcase. For example, the activies that were enabled
as part of the set up were lost on a subsequent launch of the workspace.
I then tried to circumvent the problem by calling
PlatformUI.getWorkbench().close(). However, the javaw.exe process seems
to hang when I do this and subsequent launches of the same workspace fails
because Eclipse thinks that the workspace is still running.
Two questions:
1. Why doesn't UITestApplication shut down the workbench property at
completion?
2. For now what can I do to circumvent the problems?
Thanks in advance.
|
|
|
Powered by
FUDForum. Page generated in 0.06508 seconds