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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 20 12:59:37 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-05-20 12:59:37 -0400 (Tue, 20 May 2008)
New Revision: 73538

Modified:
   projects/aop/trunk/aop/base-tests.xml
Log:
[JBAOP-575] Add new dynamic test test run

Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2008-05-20 16:50:02 UTC (rev 73537)
+++ projects/aop/trunk/aop/base-tests.xml	2008-05-20 16:59:37 UTC (rev 73538)
@@ -94,6 +94,9 @@
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="array"/>
       </antcall>
+      <antcall target="${test-target}" inheritRefs="true">
+         <param name="test" value="dynamic"/>
+      </antcall>
 
       <!-- Tests with special requirements for parameters -->
       <antcall target="${test-target}" inheritRefs="true">




More information about the jboss-cvs-commits mailing list