Merge master in TmfTraceModel
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / AllCtfCoreTests.java
index 6f01e38fd3128a398259f7a52f436f434a272097..66f84009268d6a69a6a99e55e4b7eef1a9502b28 100644 (file)
@@ -14,12 +14,11 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({ CtfCorePluginTest.class,
-        org.eclipse.linuxtools.ctf.core.tests.io.TestAll.class,
-        org.eclipse.linuxtools.ctf.core.tests.types.TestAll.class,
-        org.eclipse.linuxtools.ctf.core.tests.trace.TestAll.class,
-        org.eclipse.linuxtools.ctf.core.tests.trace.UtilsTest.class,
-        org.eclipse.linuxtools.ctf.core.tests.event.TestAll.class,
-
+    org.eclipse.linuxtools.ctf.core.tests.io.TestAll.class,
+    org.eclipse.linuxtools.ctf.core.tests.types.TestAll.class,
+    org.eclipse.linuxtools.ctf.core.tests.trace.TestAll.class,
+    org.eclipse.linuxtools.ctf.core.tests.trace.UtilsTest.class,
+    //  org.eclipse.linuxtools.ctf.core.tests.event.TestAll.class,
 })
 public class AllCtfCoreTests {
 
@@ -29,7 +28,7 @@ public class AllCtfCoreTests {
      * @param args
      *            the command line arguments
      */
-    public static void main(String[] args) {
+    public static void main(final String[] args) {
         // try {
         // ProfileMe.prof_s();
         // } catch (Exception e) {
This page took 0.027616 seconds and 5 git commands to generate.