Add property to control GTK version used in SWTBot tests
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests / pom.xml
index b12c26eff5cb5b4367ad32f977eb219f0c993178..225bc439a33cd414ec6c572a937c9fc403c60e00 100644 (file)
   <parent>
     <artifactId>org.eclipse.tracecompass</artifactId>
     <groupId>org.eclipse.tracecompass</groupId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <name>Trace Compass LTTng Kernel UI SWTBot Tests Plug-in</name>
@@ -38,9 +38,8 @@
           <useUIThread>false</useUIThread>
           <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
           <product>org.eclipse.platform.ide</product>
-<!-- Disable GTK3 with Luna because it makes the test hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
           <environmentVariables>
-            <SWT_GTK3>0</SWT_GTK3>
+            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
           </environmentVariables>
         </configuration>
       </plugin>
This page took 0.024516 seconds and 5 git commands to generate.