internalize some CTF API
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / StreamInputReaderComparatorTest.java
index 27280c4b236221736f8532d3d2d1af47b426c3fd..280194de105746f762c7125c4b2541ed58c11dcf 100644 (file)
@@ -7,10 +7,11 @@ import java.nio.channels.FileChannel;
 import org.eclipse.linuxtools.ctf.core.event.EventDeclaration;
 import org.eclipse.linuxtools.ctf.core.event.EventDefinition;
 import org.eclipse.linuxtools.ctf.core.tests.TestParams;
+import org.eclipse.linuxtools.ctf.core.trace.CTFReaderException;
 import org.eclipse.linuxtools.ctf.core.trace.Stream;
 import org.eclipse.linuxtools.ctf.core.trace.StreamInput;
 import org.eclipse.linuxtools.ctf.core.trace.StreamInputReader;
-import org.eclipse.linuxtools.ctf.core.trace.StreamInputReaderComparator;
+import org.eclipse.linuxtools.internal.ctf.core.trace.StreamInputReaderComparator;
 import org.junit.*;
 
 /**
@@ -60,9 +61,11 @@ public class StreamInputReaderComparatorTest {
 
     /**
      * Run the int compare(StreamInputReader,StreamInputReader) method test.
+     * 
+     * @throws CTFReaderException 
      */
     @Test
-    public void testCompare() {
+    public void testCompare() throws CTFReaderException {
         StreamInputReader sir1, sir2;
         EventDefinition ed1, ed2;
 
This page took 0.025847 seconds and 5 git commands to generate.