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/04/02 05:36:17 UTC

[Bug 1175] New - Brief option for JUnit Formatter

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1175

*** shadow/1175	Sun Apr  1 20:36:16 2001
--- shadow/1175.tmp.5846	Sun Apr  1 20:36:17 2001
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | Brief option for JUnit Formatter                                           |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1175                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Enhancement              OS/Version: Windows NT/2K           |
+ |     Priority: Low                       Component: Optional Tasks          |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: robert.watkins@qsipayments.com                               |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The JUnit task has two types of formatting at the moment; you either get a 
+ summary, which hides all the details, or you get a verbose listing, which has 
+ all the data. We found a need for a "middle-ground", which hides the data for 
+ successes (which are in the majority), but shows the detail for failures and 
+ errors.