Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting this. I don't have access to a windows system to test on,
so this is very helpful.
I've patched formatTimeAsSeconds() as indicated.
With the newlines, I'm using println(), which I thought should output \r\n on a
windows system. I'm kinda confused about when and where this should or
shouldn't be happening. I'll take a peek…
Original comment by d...@happygiraffe.net
on 13 Jun 2011 at 5:40
Thanks!
In com.googlecode.jslint4java.formatter.JUnitXmlFormatter \n's are inserted
instead of using System.getProperty("line.separator").
Same goes with the JUnitXmlFormatterTest which tests for \n.
Original comment by jo...@weightpoint.se
on 13 Jun 2011 at 5:43
The JUnitXmlFormatter actually doesn't matter, as it's XML, and being parsed by
an XML parser before it gets tested. But I've switched the output as it'll
make it simpler on Windows to read with notepad. :)
Original comment by d...@happygiraffe.net
on 13 Jun 2011 at 7:45
Fixed in 4867bee04bc3bc73c98497537eac76d0d641a498.
Original comment by d...@happygiraffe.net
on 13 Jun 2011 at 9:27
Original comment by d...@happygiraffe.net
on 14 Jul 2011 at 8:06
Original issue reported on code.google.com by
jo...@weightpoint.se
on 13 Jun 2011 at 4:56