-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Beta3
-
None
The assertions in the test depend on the line separator being '\n'. This is not platform independent. The correct way is to use System.getProperty("line.separator").
The assertions in the test depend on the line separator being '\n'. This is not platform independent. The correct way is to use System.getProperty("line.separator").