[jboss-cvs] JBoss Messaging SVN: r1626 - branches/Branch_HTTP_Experiment/tests/smoke

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 22 22:31:28 EST 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-11-22 22:31:26 -0500 (Wed, 22 Nov 2006)
New Revision: 1626

Modified:
   branches/Branch_HTTP_Experiment/tests/smoke/build.xml
Log:
added 4.0.5.GA

Modified: branches/Branch_HTTP_Experiment/tests/smoke/build.xml
===================================================================
--- branches/Branch_HTTP_Experiment/tests/smoke/build.xml	2006-11-23 03:30:42 UTC (rev 1625)
+++ branches/Branch_HTTP_Experiment/tests/smoke/build.xml	2006-11-23 03:31:26 UTC (rev 1626)
@@ -27,7 +27,7 @@
    <property name="run.topic.example" value="true"/>
    <property name="run.mdb.example" value="true"/>
    <property name="run.http.example" value="true"/>
-   <property name="run.stateless.example" value="true"/>
+   <property name="run.stateless.example" value="false"/>
    <property name="run.ejb3mdb.example" value="false"/>
    <property name="run.secure-socket.example" value="true"/>
    <property name="run.distributed-topic.example" value="true"/>
@@ -72,10 +72,8 @@
 
    <target name="installation-tests">
 
-      <!-- 4.0.0, 4.0.1 NOT SUPPORTED -->
+      <!-- 4.0.0, 4.0.1 NOT SUPPORTED -->                                          <!--
 
-                                                                                                <!--
-
       <antcall target="installation-test">
          <param name="jboss.home" value="${jboss401sp1.home}"/>
          <param name="run.secure-socket.example" value="false"/>
@@ -130,7 +128,7 @@
          <param name="run.stateless.example" value="false"/>
          <param name="run.secure-socket.example" value="false"/>
       </antcall>
-                                                                                                 -->
+                                                                                       -->
       <antcall target="installation-test">
          <param name="jboss.home" value="${jboss405GA.home}"/>
       </antcall>
@@ -146,21 +144,7 @@
          <param name="run.stateless.example" value="false"/>
          <param name="run.secure-socket.example" value="false"/>
       </antcall>
-                                                                                                <!--
-      <antcall target="installation-test">
-         <param name="jboss.home" value="${jboss405CR1.home}"/>
-      </antcall>
 
-      <antcall target="installation-test">
-         <param name="jboss.home" value="${jboss405CR1.home}"/>
-         <param name="release.admin.target" value="standalone"/>
-         <param name="run.mdb.example" value="false"/>
-         <param name="run.stateless.example" value="false"/>
-         <param name="run.secure-socket.example" value="false"/>
-      </antcall>
-
-                                                                                                 -->
-
       <!--
          Stateless Session Bean installation test will fail on this because the client talks to
          Messaging's remoting and to Unified Invoker's remoting and runs into compatibility




More information about the jboss-cvs-commits mailing list