[jboss-cvs] JBossAS SVN: r88322 - projects/aop/branches/Branch_2_1/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 7 01:51:11 EDT 2009


Author: flavia.rainone at jboss.com
Date: 2009-05-07 01:51:11 -0400 (Thu, 07 May 2009)
New Revision: 88322

Modified:
   projects/aop/branches/Branch_2_1/aop/2.0.x-compliance-tests.xml
Log:
[JBAOP-567] Now that constructortarget reproduces the bug, it should be kept out of the 2.0.x-compliance-tests, or else those tests start failing.

Modified: projects/aop/branches/Branch_2_1/aop/2.0.x-compliance-tests.xml
===================================================================
--- projects/aop/branches/Branch_2_1/aop/2.0.x-compliance-tests.xml	2009-05-07 05:36:13 UTC (rev 88321)
+++ projects/aop/branches/Branch_2_1/aop/2.0.x-compliance-tests.xml	2009-05-07 05:51:11 UTC (rev 88322)
@@ -394,6 +394,7 @@
       <antcall target="_base-jdk50-tests_2.0.x" inheritRefs="true">
          <param name="caller" value="javaagent-genadvisor-tests_2.0.x"/>
          <param name="test-target" value="_run-javaagent-test_2.0.x"/>
+         <param name="exclude" value="**/constructortarget/*.class"/>
       </antcall>
    </target>
 
@@ -590,6 +591,7 @@
       <antcall target="_base-jdk50-tests_2.0.x" inheritRefs="true">
          <param name="caller" value="precompiled-genadvisor-tests_2.0.x"/>
          <param name="test-target" value="_run-precompiled-test_2.0.x"/>
+         <param name="exclude" value="**/constructortarget/*.class"/>
       </antcall>
 
    </target>
@@ -705,10 +707,10 @@
                <include name="org/jboss/test/aop/${test}/**/*TestCase.class"/>
                <include name="org/jboss/test/aop/${test}/**/*Tester.class"/>
                <exclude name="${exclude}"/>
-
                <!-- These are not test cases, and so they will fail when junit tries to run them. Should really rename all tests to *TestCase -->
                <exclude name="org/jboss/test/aop/reflection/ReflectionAspectTester.class"/>
                <exclude name="org/jboss/test/aop/basic/POJOAspectTester.class"/>
+               
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list