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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 21 14:41:18 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-01-21 14:41:18 -0500 (Mon, 21 Jan 2008)
New Revision: 69180

Modified:
   projects/aop/trunk/aop/build-tests-jdk14.xml
Log:
[JBAOP-467] Add JDK 1.4 tests


Modified: projects/aop/trunk/aop/build-tests-jdk14.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk14.xml	2008-01-21 19:39:45 UTC (rev 69179)
+++ projects/aop/trunk/aop/build-tests-jdk14.xml	2008-01-21 19:41:18 UTC (rev 69180)
@@ -718,6 +718,9 @@
             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/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