[Jboss-cvs] JBoss Messaging SVN: r1357 - branches/Branch_1_0/tests/smoke

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 22 21:34:28 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-09-22 21:34:27 -0400 (Fri, 22 Sep 2006)
New Revision: 1357

Modified:
   branches/Branch_1_0/tests/smoke/build.xml
Log:
added 4.0.5.CR1 to the AS releases we run smoke tests on

Modified: branches/Branch_1_0/tests/smoke/build.xml
===================================================================
--- branches/Branch_1_0/tests/smoke/build.xml	2006-09-22 21:57:56 UTC (rev 1356)
+++ branches/Branch_1_0/tests/smoke/build.xml	2006-09-23 01:34:27 UTC (rev 1357)
@@ -125,6 +125,18 @@
          <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