Internalize API for trace control and move control to lttng2
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui.tests / src / org / eclipse / linuxtools / lttng / ui / tests / AllLTTngUITests.java
index e5f235ad0dc640b18525d8d7e5fc2e6932acf350..87e6a9f557e4b54610e3dae7c804c7c6ae2ee35e 100644 (file)
@@ -7,10 +7,7 @@ public class AllLTTngUITests  {
     public static Test suite() {
         TestSuite suite = new TestSuite(AllLTTngUITests.class.getName());
         //$JUnit-BEGIN$
-        suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.control.model.impl.AllTests.suite());
-        suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.control.service.AllTests.suite());
         suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.distribution.AllTests.suite());
-        suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.control.model.component.AllTests.suite());
         //$JUnit-END$
         return suite;
     }
This page took 0.027121 seconds and 5 git commands to generate.