Closed GoogleCodeExporter closed 9 years ago
Note: ignoring differences was easily achieved by extending the testFile
method, and injecting the following code just before the assertEquals(...) call:
expected = expected.replaceAll("(\r\n|\r)", "\n");
serialized = serialized.replaceAll("(\r\n|\r)", "\n");
Original comment by matt.deb...@gmail.com
on 29 Dec 2011 at 7:01
This issue was closed by revision 1c7c4c55da29.
Original comment by karsten....@googlemail.com
on 26 Apr 2012 at 11:25
Original issue reported on code.google.com by
matt.deb...@gmail.com
on 29 Dec 2011 at 6:59