Internalize lttng2 APIs
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / src / org / eclipse / linuxtools / lttng2 / ui / tests / ActivatorTest.java
index 058877c2c29e648ad752a39157e97b0d8a3e4419..a28b7afbac34a319068cad11fc490b014e6d8b77 100644 (file)
@@ -67,7 +67,7 @@ public class ActivatorTest extends TestCase {
     // ------------------------------------------------------------------------
 
     /**
-     * Test method for {@link org.eclipse.linuxtools.lttng2.ui.Activator#Activator()}.
+     * Test method for {@link org.eclipse.linuxtools.internal.lttng2.ui.Activator#Activator()}.
      */
     @Test
     public void testActivator() {
@@ -75,7 +75,7 @@ public class ActivatorTest extends TestCase {
     }
 
     /**
-     * Test method for {@link org.eclipse.linuxtools.lttng2.ui.Activator#getDefault()}.
+     * Test method for {@link org.eclipse.linuxtools.internal.lttng2.ui.Activator#getDefault()}.
      */
     @Test
     public void testGetDefault() {
@@ -83,7 +83,7 @@ public class ActivatorTest extends TestCase {
     }
 
     /**
-     * Test method for {@link org.eclipse.linuxtools.lttng2.ui.Activator#start(org.osgi.framework.BundleContext)}.
+     * Test method for {@link org.eclipse.linuxtools.internal.lttng2.ui.Activator#start(org.osgi.framework.BundleContext)}.
      */
     @Test
     public void testStartBundleContext() {
@@ -91,7 +91,7 @@ public class ActivatorTest extends TestCase {
     }
 
     /**
-     * Test method for {@link org.eclipse.linuxtools.lttng2.ui.Activator#stop(org.osgi.framework.BundleContext)}.
+     * Test method for {@link org.eclipse.linuxtools.internal.lttng2.ui.Activator#stop(org.osgi.framework.BundleContext)}.
      */
     @Test
     public void testStopBundleContext() {
This page took 0.02433 seconds and 5 git commands to generate.