Bug 448372 - Test errors in org.eclipse.ui.tests for JFace if run via Maven
Summary: Test errors in org.eclipse.ui.tests for JFace if run via Maven
Status: CLOSED DUPLICATE of bug 457464
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 10:04 EDT by Lars Vogel CLA
Modified: 2015-01-19 13:24 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2014-10-22 10:04:54 EDT
If I include the JFaces tests in your automatic Maven testing I get 9 test failures, while these tests run fine if I start them via command line.

To see this include the test suite into the org.eclipse.ui.test pom.xml 

<properties>
   	<testSuiteUITests>**/org/eclipse/ui/tests/UiTestSuite.java</testSuiteUITests>
		<testSuiteJFace>**/org/eclipse/jface/test/AllTests.java</testSuiteJFace>
	  </properties>

and run the tests via:

mvn clean install -DskipTests=false -P build-individual-bundles
Comment 1 Lars Vogel CLA 2015-01-19 13:24:56 EST

*** This bug has been marked as a duplicate of bug 457464 ***