Author: rombert
Date: Fri May 30 09:54:37 2014
New Revision: 1598532

URL: http://svn.apache.org/r1598532
Log:
SLING-3615 - it tests in tooling/ide/eclipse-test fail on MacOS due to
missing (default) JRE

Always run the tests on a non-UI thread. Reasons:

- has no functional impact on the tests
- is required by SWTBot, which we are considering using
- allows the Eclipse instance to be interacted with during tests

Modified:
    sling/trunk/tooling/ide/eclipse-test/pom.xml

Modified: sling/trunk/tooling/ide/eclipse-test/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-test/pom.xml?rev=1598532&r1=1598531&r2=1598532&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-test/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-test/pom.xml Fri May 30 09:54:37 2014
@@ -26,8 +26,7 @@
                 <version>${tycho.version}</version>
                 <configuration>
                     <useUIHarness>true</useUIHarness>
-                    <!-- use below useUIThread==false to be able to fiddle 
with eclipse during 'mvn verify' -->
-<!--                    <useUIThread>false</useUIThread> -->
+                    <useUIThread>false</useUIThread>
                     <argLine>-XX:MaxPermSize=512m ${ui.test.args}</argLine>
                     <dependencies>
                         <!-- Pull in all the artifacts we reference from 


Reply via email to