You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/06/25 21:17:28 UTC

[Bug 2314] New: - Junitreport does not properly handle Junit test times > 1000 sec

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: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: mark.scheffler@med.ge.com                                    |
+ |      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