Remove all "AllTests" suites
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.tests / pom.xml
index 4b79a566ce0d40fd4985e79f8c9ca83804705bbe..1f065081c719de4009f47dc4660ba39cf15f74d6 100644 (file)
 
   <name>Trace Compass TMF UI Tests Plug-in</name>
 
- <build>
 <build>
     <plugins>
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-surefire-plugin</artifactId>
         <configuration>
-          <testSuite>org.eclipse.tracecompass.tmf.ui.tests</testSuite>
-          <testClass>org.eclipse.tracecompass.tmf.ui.tests.AllTmfUITests</testClass>
           <useUIHarness>true</useUIHarness>
           <useUIThread>true</useUIThread>
-          <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
-          <product>org.eclipse.platform.ide</product>
         </configuration>
       </plugin>
     </plugins>
This page took 0.027342 seconds and 5 git commands to generate.