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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 21 11:12:12 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-08-21 11:12:11 -0400 (Thu, 21 Aug 2008)
New Revision: 77322

Modified:
   projects/aop/trunk/aop/base-tests.xml
Log:
[JBAOP-626] Added dynamic invoke tests to base tests list.

Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2008-08-21 15:11:32 UTC (rev 77321)
+++ projects/aop/trunk/aop/base-tests.xml	2008-08-21 15:12:11 UTC (rev 77322)
@@ -97,7 +97,10 @@
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="dynamic"/>
       </antcall>
-
+      <antcall target="${test-target}" inheritRefs="true">
+         <param name="test" value="dynamicinvoke"/>
+      </antcall>
+      
       <!-- Tests with special requirements for parameters -->
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="jdk15annotated"/>




More information about the jboss-cvs-commits mailing list