[jboss-svn-commits] JBoss Portal SVN: r5163 - trunk/wsrp

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 6 18:35:38 EDT 2006


Author: chris.laprun at jboss.com
Date: 2006-09-06 18:35:37 -0400 (Wed, 06 Sep 2006)
New Revision: 5163

Modified:
   trunk/wsrp/build.xml
Log:
Re-activated test targets in tests-local.

Modified: trunk/wsrp/build.xml
===================================================================
--- trunk/wsrp/build.xml	2006-09-06 22:32:30 UTC (rev 5162)
+++ trunk/wsrp/build.xml	2006-09-06 22:35:37 UTC (rev 5163)
@@ -459,10 +459,10 @@
    <target name="tests-local" depends="clean, output, clean-test">
       <server:start name="default"/>
       <antcall target="agent-deploy"/>
-      <!--<antcall target="producer-test"/>-->
-      <!--<antcall target="consumer-test"/>-->
+      <antcall target="producer-test"/>
+      <antcall target="consumer-test"/>
       <antcall target="deployment-test"/>
-      <!--<antcall target="other-test"/>-->
+      <antcall target="other-test"/>
       <antcall target="agent-undeploy"/>
       <server:stop name="default"/>
       <antcall target="reports"/>




More information about the jboss-svn-commits mailing list