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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 12 03:19:40 EST 2009


Author: stalep
Date: 2009-02-12 03:19:39 -0500 (Thu, 12 Feb 2009)
New Revision: 84114

Modified:
   projects/aop/trunk/aop/base-tests.xml
Log:
[JBAOP-697]
added standalone to the testsuite


Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2009-02-12 07:53:14 UTC (rev 84113)
+++ projects/aop/trunk/aop/base-tests.xml	2009-02-12 08:19:39 UTC (rev 84114)
@@ -103,6 +103,9 @@
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="dynamicinvoke"/>
       </antcall>
+      <antcall target="${test-target}" inheritRefs="true">
+         <param name="test" value="standalone"/>
+      </antcall>
       
       <!-- Tests with special requirements for parameters -->
       <antcall target="${test-target}" inheritRefs="true">




More information about the jboss-cvs-commits mailing list