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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 12 04:06:45 EDT 2007


Author: stalep
Date: 2007-10-12 04:06:45 -0400 (Fri, 12 Oct 2007)
New Revision: 66078

Modified:
   projects/aop/trunk/aop/base-tests.xml
Log:
[JBAOP-265] merging from array branch

Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2007-10-12 08:05:17 UTC (rev 66077)
+++ projects/aop/trunk/aop/base-tests.xml	2007-10-12 08:06:45 UTC (rev 66078)
@@ -82,6 +82,14 @@
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="bridgemethod"/>
       </antcall>
+      <!--
+      <antcall target="${test-target}" inheritRefs="true">
+         <param name="test" value="rebuildingchain"/>
+      </antcall>
+      -->
+      <antcall target="${test-target}" inheritRefs="true">
+         <param name="test" value="array"/>
+      </antcall>
 
       <!-- Tests with special requirements for parameters -->
       <antcall target="${test-target}" inheritRefs="true">




More information about the jboss-cvs-commits mailing list