Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-09-12 10:51:49 +0000
committerKrzysztof Daniel2013-09-12 10:51:49 +0000
commit3edb74946fe400d62d88cf43eb245e0b012c9bce (patch)
treecbeac46345e3cff01b6fbebcecd05ff92d642dc9
parent74b3430de8e69157093914a91c5bb8cf27a39261 (diff)
downloadrt.equinox.p2-3edb74946fe400d62d88cf43eb245e0b012c9bce.tar.gz
rt.equinox.p2-3edb74946fe400d62d88cf43eb245e0b012c9bce.tar.xz
rt.equinox.p2-3edb74946fe400d62d88cf43eb245e0b012c9bce.zip
Bug 417071 - -XstartOnFirstThread prevents ui tests from running
This property is specified in the parent pom. No need to duplicate it. Change-Id: I5704356113373006c79fe6ce40ce018d89695793 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml b/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
index 78724b32d..69fe8c346 100644
--- a/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
@@ -33,7 +33,7 @@
<testSuite>org.eclipse.equinox.p2.tests.ui</testSuite>
<testClass>org.eclipse.equinox.p2.tests.ui.AutomatedTests
</testClass>
- <argLine>-Xmx512m -XstartOnFirstThread</argLine>
+ <argLine>-Xmx512m</argLine>
<useUIHarness>true</useUIHarness>
</configuration>
</plugin>

Back to the top