ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / statesystem / AllTests.java
index 7dda55face9cc1e744b7ee716c5f6365e471bd1c..b51108aa40287482cfa8ba1bb3fcc3307f6bd5ca 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Ericsson
+ * Copyright (c) 2012, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -8,8 +8,7 @@
  *
  * Contributors:
  *   Alexandre Montplaisir - Initial API and implementation
- *   Alexandre Montplaisir - Port to JUnit4
- ******************************************************************************/
+ *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.core.tests.statesystem;
 
@@ -17,13 +16,13 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.statesystem
+ * Test suite for org.eclipse.linuxtools.tmf.core.tests.statesystem
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    StateSystemPushPopTest.class,
+    ExperimentStateSystemModuleTest.class,
     StateSystemAnalysisModuleTest.class
 })
 public class AllTests {
 
-}
\ No newline at end of file
+}
This page took 0.028071 seconds and 5 git commands to generate.