analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / trace / AllTests.java
index abc62de7928d55cb9350ba777dc18d4cb0920c11..0bf1db15cd58bceeb1cda45ee612f3ea07041b77 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2013 Ericsson
+ * Copyright (c) 2009, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -18,7 +18,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.trace
+ * Test suite for org.eclipse.tracecompass.tmf.core.trace
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
@@ -26,6 +26,7 @@ import org.junit.runners.Suite;
     TmfExperimentTest.class,
     TmfExperimentUtilsTest.class,
     TmfMultiTraceExperimentTest.class,
-    TmfTraceTest.class
+    TmfTraceTest.class,
+    TmfTraceUtilsTest.class
 })
 public class AllTests {}
\ No newline at end of file
This page took 0.025646 seconds and 5 git commands to generate.