We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7249050 commit 34d7394Copy full SHA for 34d7394
1 file changed
src/test/java/eu/jangos/extractor/file/adt/chunk/MCLYTest.java
@@ -34,8 +34,7 @@ public class MCLYTest {
34
* Test of read method, of class MCLY.
35
*/
36
@Test
37
- public void testRead() throws IOException {
38
- System.out.println("read");
+ public void testRead() throws IOException {
39
ByteBuffer in = ByteBufferUtils.getByteBuffer("legit/adt/MCLY/mcly001");
40
MCLY instance = new MCLY();
41
instance.read(in);
0 commit comments