[jboss-cvs] JBossAS SVN: r82786 - projects/aop/trunk/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 12 13:57:07 EST 2009


Author: stalep
Date: 2009-01-12 13:57:07 -0500 (Mon, 12 Jan 2009)
New Revision: 82786

Modified:
   projects/aop/trunk/aop/2.0.x-compliance-tests.xml
Log:
fixed bug that caused compliance tests to call wrong ant target


Modified: projects/aop/trunk/aop/2.0.x-compliance-tests.xml
===================================================================
--- projects/aop/trunk/aop/2.0.x-compliance-tests.xml	2009-01-12 17:33:23 UTC (rev 82785)
+++ projects/aop/trunk/aop/2.0.x-compliance-tests.xml	2009-01-12 18:57:07 UTC (rev 82786)
@@ -320,7 +320,7 @@
       <!-- Add tests in _base-tests unless they should only be run in this weaving mode -->
       <antcall target="_base-jdk50-tests_2.0.x" inheritRefs="true">
          <param name="caller" value="javaagent-tests_2.0.x"/>
-         <param name="test-target" value="_run-javaagent-test"/>
+         <param name="test-target" value="_run-javaagent-test_2.0.x"/>
       </antcall>
    </target>
 




More information about the jboss-cvs-commits mailing list