ctf: Fix API inconsistencies
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / StreamInputTest.java
index 3bacac1f02f93c4723743f8bc92f29069a681fbc..9a1e75ab641d9b0f8fc5cb05712c7812f72b5578 100644 (file)
@@ -13,9 +13,8 @@ import java.nio.channels.FileChannel;
 import org.eclipse.linuxtools.ctf.core.event.types.Definition;
 import org.eclipse.linuxtools.ctf.core.tests.TestParams;
 import org.eclipse.linuxtools.ctf.core.trace.CTFReaderException;
-import org.eclipse.linuxtools.internal.ctf.core.trace.Stream;
-import org.eclipse.linuxtools.internal.ctf.core.trace.StreamInput;
-import org.eclipse.linuxtools.internal.ctf.core.trace.StreamInputPacketIndex;
+import org.eclipse.linuxtools.ctf.core.trace.Stream;
+import org.eclipse.linuxtools.ctf.core.trace.StreamInput;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
@@ -27,6 +26,7 @@ import org.junit.Test;
  * @author ematkho
  * @version $Revision: 1.0 $
  */
+@SuppressWarnings("javadoc")
 public class StreamInputTest {
 
     private StreamInput fixture;
@@ -96,15 +96,6 @@ public class StreamInputTest {
         assertNotNull(result);
     }
 
-    /**
-     * Run the StreamInputPacketIndex getIndex() method test.
-     */
-    @Test
-    public void testGetIndex() {
-        StreamInputPacketIndex result = fixture.getIndex();
-        assertNotNull(result);
-    }
-
     /**
      * Run the String getPath() method test.
      */
This page took 0.041891 seconds and 5 git commands to generate.