Internalize some classes and fix a pile of warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / event / AllTests.java
index a0b94e09b39e3d32af646aa888ad4cd4a28d9e38..2ed7b58d334adf39583b12e151794b3ed95e395a 100644 (file)
@@ -16,16 +16,16 @@ package org.eclipse.linuxtools.tmf.core.tests.event;
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
-import org.eclipse.linuxtools.internal.tmf.core.TmfCorePlugin;
+import org.eclipse.linuxtools.internal.tmf.core.Activator;
 
 /**
  * Test suite for org.eclipse.linuxtools.tmf.core.event
  */
-@SuppressWarnings("nls")
+@SuppressWarnings({ "nls", "restriction" })
 public class AllTests {
 
     public static Test suite() {
-        final TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".event"); //$NON-NLS-1$;
+        final TestSuite suite = new TestSuite("Test suite for " + Activator.PLUGIN_ID + ".event"); //$NON-NLS-1$;
         //$JUnit-BEGIN$
         suite.addTestSuite(TmfTimestampTest.class);
         suite.addTestSuite(TmfSimpleTimestampTest.class);
This page took 0.023969 seconds and 5 git commands to generate.