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/02/01 10:46:11 UTC

[Bug 377] New - Convert regexp test suite to JUnit BugRat Report#667

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

*** shadow/377	Thu Feb  1 01:46:11 2001
--- shadow/377.tmp.8662	Thu Feb  1 01:46:11 2001
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | Convert regexp test suite to JUnit BugRat Report#667                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 377                         Product: Ant                     |
+ |       Status: UNCONFIRMED                 Version: 1.2                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Main                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: pholser@mindspring.com                                       |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ i believe converting the regexp test suite to use the
+ free JUnit framework is a good precedent to set; my
+ experience has been that it actually encourages the
+ developer to write and maintain unit tests.  i've made
+ an initial stab at this, and it seems pretty good--though
+ i've tweaked the RETest.txt file somewhat.  i'd be happy
+ to share my findings if desired.