Skip to content

Commit ad9fbc0

Browse files
committed
Update MCINTest.java
Removing Sysout code.
1 parent ce84359 commit ad9fbc0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/test/java/eu/jangos/extractor/file/adt/chunk/MCINTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public class MCINTest {
3535
*/
3636
@Test
3737
public void testRead() throws IOException {
38-
System.out.println("read");
39-
4038
MCIN instance = new MCIN();
4139
ByteBuffer in = ByteBufferUtils.getByteBuffer("legit/adt/MCIN/mcin001");
4240
instance.read(in);
@@ -48,8 +46,6 @@ public void testRead() throws IOException {
4846

4947
@Test
5048
public void testReadWrongMCIN() throws IOException {
51-
System.out.println("read");
52-
5349
MCIN instance = new MCIN();
5450
ByteBuffer in = ByteBufferUtils.getByteBuffer("legit/adt/MCIN/mcin002");
5551
assertThrows(BufferUnderflowException.class, () -> {

0 commit comments

Comments
 (0)