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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 21 14:00:06 EST 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-11-21 14:00:05 -0500 (Tue, 21 Nov 2006)
New Revision: 1612

Modified:
   branches/Branch_HTTP_Experiment/tests/smoke/build.xml
Log:
stateless should be run by default

Modified: branches/Branch_HTTP_Experiment/tests/smoke/build.xml
===================================================================
--- branches/Branch_HTTP_Experiment/tests/smoke/build.xml	2006-11-21 18:59:41 UTC (rev 1611)
+++ branches/Branch_HTTP_Experiment/tests/smoke/build.xml	2006-11-21 19:00:05 UTC (rev 1612)
@@ -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="false"/>
+   <property name="run.stateless.example" value="true"/>
    <property name="run.ejb3mdb.example" value="false"/>
    <property name="run.secure-socket.example" value="true"/>
    <property name="run.distributed-topic.example" value="true"/>




More information about the jboss-cvs-commits mailing list