[Jboss-cvs] JBossAS SVN: r55143 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 18:58:10 EDT 2006


Author: bdecoste
Date: 2006-08-03 18:58:10 -0400 (Thu, 03 Aug 2006)
New Revision: 55143

Modified:
   trunk/ejb3/build-test.xml
Log:
http invoker test and config

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2006-08-03 21:35:05 UTC (rev 55142)
+++ trunk/ejb3/build-test.xml	2006-08-03 22:58:10 UTC (rev 55143)
@@ -2996,6 +2996,7 @@
       <antcall target="ssl-advanced-test"  inheritRefs="true"/>
       <antcall target="jacc-test" inheritRefs="true"/>
       <antcall target="clustered-tests" inheritRefs="true"/>
+      <antcall target="invoker-test"  inheritRefs="true"/>
    </target>
 
    <target name="no-start-jboss-tests" depends="init" description="Execute all tests">
@@ -3123,9 +3124,6 @@
          <param name="test" value="stateless"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
-         <param name="test" value="invoker"/>
-      </antcall>
-      <antcall target="test" inheritRefs="true">
          <param name="test" value="circulardependency"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
@@ -3377,6 +3375,33 @@
       <stop-jboss/>
       <wait-on-shutdown conf="ejb3-ssl-advanced"/>
    </target>
+   
+   <target name="invoker-test" depends="init">
+      <create-config baseconf="all" newconf="invoker">
+         <patternset>
+            <include name="conf/**"/>
+            <include name="deploy*/**"/>
+            <include name="lib/**"/>
+         </patternset>
+      </create-config>
+      
+      <start-jboss conf="invoker" host="${node0}"/>
+      <wait-on-host/>
+      
+      <property name="jvmargs" value=""/>      
+      
+      <!--antcall target="test-with-jvmargs" inheritRefs="true">
+         <param name="test" value="invoker"/>
+         <param name="jvmargs" value="${jvmargs}"/>
+      </antcall-->
+      
+      <antcall target="test" inheritRefs="true">
+         <param name="test" value="invoker"/>
+      </antcall>
+      
+      <stop-jboss/>
+      <wait-on-shutdown conf="invoker"/>
+   </target>
 
    <target name="jacc-test" depends="init">
       <create-config baseconf="all" newconf="ejb3-jacc">




More information about the jboss-cvs-commits mailing list