[jboss-cvs] JBoss Messaging SVN: r2387 - trunk/tests/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 21 13:22:23 EST 2007


Author: timfox
Date: 2007-02-21 13:22:23 -0500 (Wed, 21 Feb 2007)
New Revision: 2387

Modified:
   trunk/tests/bin/.testrc.example
Log:
Default .testrc database should be mysql, and not clustered


Modified: trunk/tests/bin/.testrc.example
===================================================================
--- trunk/tests/bin/.testrc.example	2007-02-21 18:07:44 UTC (rev 2386)
+++ trunk/tests/bin/.testrc.example	2007-02-21 18:22:23 UTC (rev 2387)
@@ -12,7 +12,7 @@
 # The database to run tests with.
 # (the database configuration definition MUST exist in tests/etc/container.xml)
 #
-TEST_DATABASE=hsqldb
+TEST_DATABASE=mysql
 
 #
 # The transport to run tests with. Valid values: "socket", "http". The value specified here
@@ -32,7 +32,7 @@
 # It is also possible to configure a test to run in clustered mode by using the "-clustered"
 # switch.
 #
-CLUSTERED=true
+CLUSTERED=false
 
 
 




More information about the jboss-cvs-commits mailing list