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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 20 19:05:03 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-06-20 19:05:03 -0400 (Wed, 20 Jun 2007)
New Revision: 63586

Modified:
   projects/aop/trunk/aop/build-tests-jdk50.xml
Log:
Add beforeafterthrowingannotated to test runs

Modified: projects/aop/trunk/aop/build-tests-jdk50.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk50.xml	2007-06-20 16:22:32 UTC (rev 63585)
+++ projects/aop/trunk/aop/build-tests-jdk50.xml	2007-06-20 23:05:03 UTC (rev 63586)
@@ -409,6 +409,14 @@
          <param name="test" value="beforeafterthrowingscoped"/>
          <param name="caller" value="javaagent-genadvisor-tests"/>
       </antcall>
+      <antcall target="_run-javaagent-test" inheritRefs="true">
+         <param name="test" value="beforeafterthrowingannotated"/>
+         <param name="caller" value="javaagent-genadvisor-tests"/>
+         <param name="no.xml" value="true"/>
+         <param name="use.annotations" value="true"/>
+      </antcall>
+      
+      
 
       <!-- Add tests in _base-tests unless they should only be run in this weaving mode -->
       <antcall target="_base-jdk50-tests" inheritRefs="true">
@@ -592,6 +600,12 @@
          <param name="test" value="beforeafterthrowingscoped"/>
          <param name="caller" value="precompiled-genadvisor-tests"/>
       </antcall>
+      <antcall target="_run-precompiled-test" inheritRefs="true">
+         <param name="test" value="beforeafterthrowingannotated"/>
+         <param name="caller" value="precompiled-genadvisor-tests"/>
+         <param name="no.xml" value="true"/>
+         <param name="use.annotations" value="true"/>
+      </antcall>
       
        <!-- This should only be run using compile-time weaving -->
       <antcall target="_run-precompiled-test" inheritRefs="true">




More information about the jboss-cvs-commits mailing list