Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369154 - Fix the AllVirgoIdeUiTests test suite
Summary: Fix the AllVirgoIdeUiTests test suite
Status: RESOLVED FIXED
Alias: None
Product: Virgo
Classification: RT
Component: tooling (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Leo Dos Santos CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 16:49 EST by Leo Dos Santos CLA
Modified: 2012-01-23 19:07 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Dos Santos CLA 2012-01-19 16:49:32 EST
All the tests are failing, which may indicate a configuration issue in the way they're run from the build.
Comment 1 Leo Dos Santos CLA 2012-01-23 19:07:18 EST
The SWTBot tests weren't passing because the build was proceeding without a running window manager. The solution I found was to invoke a shell with the command "metacity --replace --sm-disable &" prior to invoking the Maven build step. That is also how the EGit team runs their SWTBot tests: https://bugs.eclipse.org/bugs/show_bug.cgi?id=314811