Printout Running TestSuite twice times
--------------------------------------

                 Key: SUREFIRE-680
                 URL: http://jira.codehaus.org/browse/SUREFIRE-680
             Project: Maven Surefire
          Issue Type: Bug
          Components: TestNG support
    Affects Versions: 2.7.1
         Environment: ubunut
            Reporter: Karl Heinz Marbaise


I have a [project|https://github.com/khmarbaise/sapm] which contains Unit Tests 
in relationship with TestNG (5.14.6) and the maven surefire plugin (2.7.1) 
which produces the following output:

{code}[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) 
@ sapm ---
[INFO] Compiling 15 source files to /home/kama/ws-git/sapm/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.1:test (default-test) @ sapm ---
[INFO] Surefire report directory: /home/kama/ws-git/sapm/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Running TestSuite
Tests run: 225, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.332 sec

Results :

Tests run: 225, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.053s
[INFO] Finished at: Mon Jan 03 10:31:32 CET 2011
[INFO] Final Memory: 22M/147M
[INFO] ------------------------------------------------------------------------
{code}

There you can see the doubled "Running TestSuite". I have checked that against 
maven-surefire plugin (version 2.6) which produces the same output except the 
double "Running TestSuite".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to