http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2314
*** shadow/2314 Mon Jun 25 12:17:28 2001 --- shadow/2314.tmp.1169 Mon Jun 25 12:17:28 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | Junitreport does not properly handle Junit test times > 1000 sec | + +----------------------------------------------------------------------------+ + | Bug #: 2314 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: Sun | + | Severity: Minor OS/Version: Solaris | + | Priority: Other Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Junitreport produces garbage characters for Junit tests that run over 1000 + seconds. This is because the test times in the Junit-produced XML files contain + a comma, as follows: + + time="1,060.562" + + I removed the comma by hand and re-ran Junitreport, and it generated the + correct results. \ No newline at end of file
