public void testFirstTryRight() { | public void testFirstTryRight() { | ||||
//Arrange | //Arrange | ||||
byte[] bytes = "hofmannol\nGeronimo\n".getBytes(); | |||||
byte[] bytes = "hofmannol\nGERONIMO\n".getBytes(); | |||||
ByteArrayInputStream in = new ByteArrayInputStream(bytes); | ByteArrayInputStream in = new ByteArrayInputStream(bytes); | ||||
//Act | //Act |