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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 25 13:24:25 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-01-25 13:24:25 -0500 (Fri, 25 Jan 2008)
New Revision: 69353

Modified:
   projects/aop/trunk/aop/build-tests-jdk14.xml
Log:
[JBAOP-467] Container proxy tests for jdk 1.4


Modified: projects/aop/trunk/aop/build-tests-jdk14.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk14.xml	2008-01-25 17:26:44 UTC (rev 69352)
+++ projects/aop/trunk/aop/build-tests-jdk14.xml	2008-01-25 18:24:25 UTC (rev 69353)
@@ -717,10 +717,7 @@
             haltonfailure="false"
             fork="true">
             <fileset dir="${build.tests.retro}">
-               <include name="org/jboss/test/aop/proxy/ProxyTestCase.class"/>
-               <include name="org/jboss/test/aop/proxy/SerializeContainerProxyCacheKeyTestCase.class"/>
-               <include name="org/jboss/test/aop/proxy/SerializeContainerProxyInVmTestCase.class"/>
-               <include name="org/jboss/test/aop/proxy/SerializeContainerProxyOutOfVmTestCase.class"/>
+               <include name="org/jboss/test/aop/proxy/*TestCase.class"/>
                <include name="org/jboss/test/aop/methodhashing/MethodHashingTestCase.class"/>
                <include name="org/jboss/test/aop/annotationc/AnnotationTester.class"/>
                <include name="org/jboss/test/aop/pointcut/PointcutTestCase.class"/>




More information about the jboss-cvs-commits mailing list