[jboss-cvs] JBoss Messaging SVN: r2213 - in branches/Branch_1_0_1_SP/tests: bin and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 8 16:47:29 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-08 16:47:29 -0500 (Thu, 08 Feb 2007)
New Revision: 2213

Modified:
   branches/Branch_1_0_1_SP/tests/bin/stop-rmi-server
   branches/Branch_1_0_1_SP/tests/build.xml
Log:
adjustments to make the testsuite run on linux

Modified: branches/Branch_1_0_1_SP/tests/bin/stop-rmi-server
===================================================================
--- branches/Branch_1_0_1_SP/tests/bin/stop-rmi-server	2007-02-08 21:29:53 UTC (rev 2212)
+++ branches/Branch_1_0_1_SP/tests/bin/stop-rmi-server	2007-02-08 21:47:29 UTC (rev 2213)
@@ -31,6 +31,8 @@
     shift
 done
 
+JAVA_OPTS="$JAVA_OPTS -Dmodule.output=$reldir/../output/logs -Dtest.logfile.suffix=stop-rmi-server""
+
 if [ "$USE_EXISTENT_TEST_CLASSPATH_FILE" = "true" ]; then
    CLASSPATH_FILE="$reldir/.test.execution.classpath"
 else

Modified: branches/Branch_1_0_1_SP/tests/build.xml
===================================================================
--- branches/Branch_1_0_1_SP/tests/build.xml	2007-02-08 21:29:53 UTC (rev 2212)
+++ branches/Branch_1_0_1_SP/tests/build.xml	2007-02-08 21:47:29 UTC (rev 2213)
@@ -57,15 +57,15 @@
         Functional tests.
    -->
 
-   <property name="functional.tests.database" value="hsqldb"/>
-   <property name="functional.tests.serialization" value="jboss"/>
+   <property name="functional.tests.database" value="mysql"/>
+   <property name="functional.tests.serialization" value="jms"/>
 
    <!--
         Stress tests.
    -->
 
    <property name="stress.tests.database" value="mysql"/>
-   <property name="stress.tests.serialization" value="jboss"/>
+   <property name="stress.tests.serialization" value="jms"/>
 
    <!--
         Project paths.
@@ -291,6 +291,9 @@
            description="Stops the RMI server used by remote tests">
       <java classname="org.jboss.test.messaging.tools.jmx.rmi.StopRMIServer"
             classpathref="test.execution.classpath"/>
+         <sysproperty key="module.output" value="${tests.output}"/>
+         <sysproperty key="remote.test.suffix" value="stop-rmi-server"/>
+     </java>
    </target>
 
    <!-- ======================================================================================== -->




More information about the jboss-cvs-commits mailing list