ctf: isolate the abstraction of memory map byte-buffer.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / StreamInputTest.java
index f9d0c79a7578bf354ad53139324a71695d915601..8a7c8772335d56d4e91f9c58a44ab28bd1b928b5 100644 (file)
@@ -68,15 +68,6 @@ public class StreamInputTest {
         assertNotNull(fixture);
     }
 
-    /**
-     * Run the FileChannel getFileChannel() method test.
-     */
-    @Test
-    public void testGetFileChannel() {
-        FileChannel result = fixture.getFileChannel();
-        assertNull(result);
-    }
-
     /**
      * Run the String getFilename() method test.
      */
This page took 0.026521 seconds and 5 git commands to generate.