Author: brett
Date: Fri Feb 12 11:57:15 2010
New Revision: 909372

URL: http://svn.apache.org/viewvc?rev=909372&view=rev
Log:
move to using a non-suite-xml as it's the only way to run the exclusion without 
making multiple copies

Removed:
    
archiva/branches/MRM-1025/archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/config/
Modified:
    
archiva/branches/MRM-1025/archiva-modules/archiva-web/archiva-webapp-test/pom.xml

Modified: 
archiva/branches/MRM-1025/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/branches/MRM-1025/archiva-modules/archiva-web/archiva-webapp-test/pom.xml?rev=909372&r1=909371&r2=909372&view=diff
==============================================================================
--- 
archiva/branches/MRM-1025/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
 (original)
+++ 
archiva/branches/MRM-1025/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
 Fri Feb 12 11:57:15 2010
@@ -150,12 +150,11 @@
         <configuration>
           <properties>
             <!--
-              Use this instead of suiteXmlFiles so that we can add the 
exclusion, as it is only accepted if you use
-              the 'all command line parameters' mode.
+              Use this instead of suiteXmlFiles so that we can add the 
exclusion, as it is only accepted without suiteXmlFiles
             -->
             <property>
-              <name>suitename</name>
-              <value>${basedir}/src/test/testng/config/testng.xml</value>
+              <name>listener</name>
+              
<value>org.apache.archiva.web.test.listener.CaptureScreenShotsListener</value>
             </property>
             <property>
               <name>excludegroups</name>


Reply via email to