We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce84359 commit ad9fbc0Copy full SHA for ad9fbc0
1 file changed
src/test/java/eu/jangos/extractor/file/adt/chunk/MCINTest.java
@@ -35,8 +35,6 @@ public class MCINTest {
35
*/
36
@Test
37
public void testRead() throws IOException {
38
- System.out.println("read");
39
-
40
MCIN instance = new MCIN();
41
ByteBuffer in = ByteBufferUtils.getByteBuffer("legit/adt/MCIN/mcin001");
42
instance.read(in);
@@ -48,8 +46,6 @@ public void testRead() throws IOException {
48
46
49
47
50
public void testReadWrongMCIN() throws IOException {
51
52
53
54
ByteBuffer in = ByteBufferUtils.getByteBuffer("legit/adt/MCIN/mcin002");
55
assertThrows(BufferUnderflowException.class, () -> {
0 commit comments