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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 7 08:26:26 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-10-07 08:26:26 -0400 (Tue, 07 Oct 2008)
New Revision: 79217

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
added build.classes to the junit classpath in one-test-with-jvmargs

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2008-10-07 11:53:56 UTC (rev 79216)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2008-10-07 12:26:26 UTC (rev 79217)
@@ -4440,12 +4440,12 @@
          <sysproperty key="jbosstest.cluster.node1.jndi.url" value="${node1.jndi.url}"/>
          <sysproperty key="java.naming.provider.url" value="${node0.jndi.url}"/>
 
-
          <jvmarg line="${jvmargs}" />
          <!-- <jvmarg line="${jvmargs} -Xrunjdwp:transport=dt_socket,address=8788,server=y,suspend=y" /> -->
          <classpath>
            
            <path refid="test.classpath" />
+           <pathelement location="${build.classes}"/>
            
            <!--
             <path refid="hibernate.hibernate.classpath"/>




More information about the jboss-cvs-commits mailing list