ctf: Enable the CTF-testsuite tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / ctftestsuite / TestAll.java
index 2abb6edd3177012b5a80b7689d43561645a290ba..32f3c7401d0f23f501eb58e2fd60c49077f4e11d 100644 (file)
@@ -20,12 +20,10 @@ import org.junit.runners.Suite;
  * package.
  *
  * @author ematkho
- * @version $Revision: 1.0 $
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    // FIXME Disabled until the failures are actually fixed
-    // CtfTestSuiteTests.class
+     CtfTestSuiteTests.class
 })
 public class TestAll {
 
This page took 0.026527 seconds and 5 git commands to generate.