JAL-3423 testNG fixes for Windows
[jalview.git] / test / jalview / math / RotatableMatrixTest.java
index 31b47aa..e04df85 100644 (file)
@@ -41,7 +41,7 @@ public class RotatableMatrixTest
     PrintStream ps = new PrintStream(os, true);
     rm.print(ps);
     String result = new String(os.toByteArray());
-    assertEquals(result, expected);
+    assertEquals(result.replaceAll("\r", ""), expected);
   }
 
   @Test(groups = "Functional")