DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31962>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31962

Junit task -- display suite first

           Summary: Junit task -- display suite first
           Product: Ant
           Version: 1.6.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be nice if the Junit task would display the test suite name *before*
running the tests in the suite.

In my project, I have many test cases comprising over 500 tests. I have one test
suite of about 40 tests that runs very slowly (nearly 80 seconds). What I see in
my output is:

    [junit] Testsuite: org.apache.tapestry.junit.form.TestListEditMap
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.02 sec

<<< Long wait here >>>
    [junit] Testsuite: org.apache.tapestry.junit.mock.TestMocks
    [junit] Tests run: 66, Failures: 0, Errors: 0, Time elapsed: 79.003 sec

    [junit] Testsuite: org.apache.tapestry.junit.parse.TestSpecificationParser
    [junit] Tests run: 41, Failures: 0, Errors: 0, Time elapsed: 0.501 sec

What I'd like would be:

    [junit] Testsuite: org.apache.tapestry.junit.form.TestListEditMap
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.02 sec

    [junit] Testsuite: org.apache.tapestry.junit.mock.TestMocks
<<< Long wait here >>>
    [junit] Tests run: 66, Failures: 0, Errors: 0, Time elapsed: 79.003 sec

    [junit] Testsuite: org.apache.tapestry.junit.parse.TestSpecificationParser
    [junit] Tests run: 41, Failures: 0, Errors: 0, Time elapsed: 0.501 sec

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to