tmf: Re-enable the unit tests depending on CTF traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / AllTmfCoreTests.java
index 8993a6aa4a8624d88bf5b7c95bbf02efd37bf372..db2363f761990cbc1258b247ecc27f97412590e0 100644 (file)
@@ -23,11 +23,11 @@ import org.junit.runners.Suite;
 @Suite.SuiteClasses({
     TmfCorePluginTest.class,
     org.eclipse.linuxtools.tmf.core.tests.component.AllTests.class,
-//    org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.AllTests.class, // Depends on the CTF traces
+    org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.event.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.request.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.statesystem.AllTests.class,
-//    org.eclipse.linuxtools.tmf.core.tests.statistics.AllTests.class, // Depends on the CTF traces
+    org.eclipse.linuxtools.tmf.core.tests.statistics.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.trace.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.uml2sd.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.util.AllTests.class
This page took 0.025112 seconds and 5 git commands to generate.