Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » UITestApplication not shutting down workbench property
UITestApplication not shutting down workbench property [message #5699] Fri, 11 February 2005 19:07
Wing Hong Ho is currently offline Wing Hong HoFriend
Messages: 3
Registered: July 2009
Junior Member
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.
Previous Topic:Atendee requirements for tutorial #22.
Next Topic:Tomcat won't start with Hyades' -XrunPiAgent
Goto Forum:
  


Current Time: Fri Apr 26 12:03:10 GMT 2024

Powered by FUDForum. Page generated in 0.03239 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top