Author: krosenvold
Date: Mon Aug  6 19:31:15 2012
New Revision: 1369938

URL: http://svn.apache.org/viewvc?rev=1369938&view=rev
Log:
o Added support for excludedGroups in the standard testcase

Modified:
    
maven/surefire/trunk/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml

Modified: 
maven/surefire/trunk/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml?rev=1369938&r1=1369937&r2=1369938&view=diff
==============================================================================
--- 
maven/surefire/trunk/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml
 (original)
+++ 
maven/surefire/trunk/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml
 Mon Aug  6 19:31:15 2012
@@ -32,6 +32,7 @@
   <properties>
     <junitVersion>4.8.1</junitVersion>
       <groups>junit4.CategoryA,junit4.CategoryB</groups>
+      <excludedGroups></excludedGroups>
   </properties>
 
   <dependencies>
@@ -59,6 +60,7 @@
         <version>${surefire.version}</version>
         <configuration>
           <groups>${groups}</groups>
+         <excludedGroups>${excludedGroups}</excludedGroups>
         </configuration>
         <dependencies>
           <dependency>


Reply via email to