Author: jkuhnert Date: Sat Apr 7 09:38:52 2007 New Revision: 526453 URL: http://svn.apache.org/viewvc?view=rev&rev=526453 Log: Minor changes made while testing TestNG 5.5 feature compatibility.
Modified: maven/sandbox/branches/surefire/surefire-collaboration/pom.xml maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/TestNGXmlTestSuite.java Modified: maven/sandbox/branches/surefire/surefire-collaboration/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/pom.xml?view=diff&rev=526453&r1=526452&r2=526453 ============================================================================== --- maven/sandbox/branches/surefire/surefire-collaboration/pom.xml (original) +++ maven/sandbox/branches/surefire/surefire-collaboration/pom.xml Sat Apr 7 09:38:52 2007 @@ -88,6 +88,10 @@ <target>1.3</target> </configuration> </plugin> + <plugin> + <artifactId>maven-clean-plugin</artifactId> + <version>2.2-SNAPSHOT</version> + </plugin> </plugins> <pluginManagement> <plugins> Modified: maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/TestNGXmlTestSuite.java URL: http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/TestNGXmlTestSuite.java?view=diff&rev=526453&r1=526452&r2=526453 ============================================================================== --- maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/TestNGXmlTestSuite.java (original) +++ maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/TestNGXmlTestSuite.java Sat Apr 7 09:38:52 2007 @@ -101,6 +101,7 @@ i.remove(); } } + TestNGExecutor.executeTestNG( this, testSourceDirectory, suite, reporterManager ); suite.getTests().clear();