Author: markt
Date: Tue Jul  5 11:36:41 2011
New Revision: 1142996

URL: http://svn.apache.org/viewvc?rev=1142996&view=rev
Log:
Limit exclusion to 'old' tests so tests added to o.a.catalina.tribes will 
execute

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1142996&r1=1142995&r2=1142996&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Jul  5 11:36:41 2011
@@ -1093,7 +1093,7 @@
             <!-- Exclude helper classes -->
             <exclude name="**/Tester*.java" />
             <!-- Exclude the tests known to fail -->
-            <exclude name="org/apache/catalina/tribes/**" />
+            <exclude name="org/apache/catalina/tribes/test/**" />
           </fileset>
         </batchtest>
       </junit>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to