Testing something so the Test can properly Test the Test I want it to Test

This commit is contained in:
Nehon 2016-03-11 18:36:53 +01:00
parent bcea9bfe51
commit d1e707feb0

View File

@ -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) {