[jboss-cvs] JBossAS SVN: r82587 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 2 17:20:10 EST 2009


Author: ALRubinger
Date: 2009-01-02 17:20:09 -0500 (Fri, 02 Jan 2009)
New Revision: 82587

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
[EJBTHREE-1241] Ensure requisite classes are in scopedclassloader JARs to make the tests pass

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2009-01-02 06:35:03 UTC (rev 82586)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2009-01-02 22:20:09 UTC (rev 82587)
@@ -386,7 +386,7 @@
     <pathelement location="${resources}/test" />
     
     <!-- Resources required on the client CP -->
-    <pathelement location="./target/tests-classes/" />
+    <pathelement location="${location.target}/tests-classes/" />
 
     <!-- Client JARs not on jbossall-client (Hack; see EJBTHREE-1416) -->
     <pathelement location="${env.JBOSS_HOME}/lib/javassist.jar"/>
@@ -2476,6 +2476,10 @@
       <jar jarfile="${build.lib}/sf-clientejb.jar">
          <fileset dir="${build.classes}">
             <include name="org/jboss/ejb3/test/regression/scopedclassloader/Client*.class"/>
+            <include name="org/jboss/ejb3/test/regression/scopedclassloader/StatelessRemote.class"/>
+            <include name="org/jboss/ejb3/test/regression/scopedclassloader/ValueObject.class"/>
+            <include name="org/jboss/ejb3/test/regression/scopedclassloader/Customer.class"/>
+            <include name="org/jboss/ejb3/test/regression/scopedclassloader/ScopedException.class"/>
          </fileset>
       </jar>
 




More information about the jboss-cvs-commits mailing list