Testing something so the Test can properly Test the Test I want it to Test
This commit is contained in:
parent
bcea9bfe51
commit
d1e707feb0
@ -73,7 +73,7 @@ public class TestMaterialWrite {
|
||||
// System.err.println(reference);
|
||||
// System.err.println(stream.toString());
|
||||
|
||||
assertEquals(reference.replaceAll("[\\s|\\r\\n]",""), stream.toString().replaceAll("[\\s|\\r\\n]",""));
|
||||
assertEquals(reference.replaceAll("[\\s\\r\\n]",""), stream.toString().replaceAll("[\\s\\r\\n]",""));
|
||||
}
|
||||
|
||||
private String convertStreamToString(java.io.InputStream is) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user