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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 24 16:39:31 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-10-24 16:39:29 -0400 (Tue, 24 Oct 2006)
New Revision: 57807

Modified:
   projects/aop/trunk/aop/base-tests.xml
Log:
[JBAOP-233] Add simple serialization to testuite run

Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2006-10-24 20:20:11 UTC (rev 57806)
+++ projects/aop/trunk/aop/base-tests.xml	2006-10-24 20:39:29 UTC (rev 57807)
@@ -2,6 +2,9 @@
 
    <target name="_base-tests">
       <antcall target="${test-target}" inheritRefs="true">
+         <param name="test" value="serialization/simple"/>
+      </antcall>
+      <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="extender"/>
       </antcall>
       <antcall target="${test-target}" inheritRefs="true">




More information about the jboss-cvs-commits mailing list