[jboss-cvs] JBoss Messaging SVN: r5635 - in branches/Branch_1_4/tests: etc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 14 04:54:04 EST 2009


Author: gaohoward
Date: 2009-01-14 04:54:04 -0500 (Wed, 14 Jan 2009)
New Revision: 5635

Modified:
   branches/Branch_1_4/tests/build.properties
   branches/Branch_1_4/tests/etc/container.xml
Log:
revert accidentally committed files.



Modified: branches/Branch_1_4/tests/build.properties
===================================================================
--- branches/Branch_1_4/tests/build.properties	2009-01-14 08:47:10 UTC (rev 5634)
+++ branches/Branch_1_4/tests/build.properties	2009-01-14 09:54:04 UTC (rev 5635)
@@ -2,7 +2,5 @@
 # Local overrides for the builds initiated by build.sh
 #
 
-test.bind.address=localhost
-jgroups.bind_addr=localhost
-
+#test.bind.address=192.168.1.104
 default.database=mysql

Modified: branches/Branch_1_4/tests/etc/container.xml
===================================================================
--- branches/Branch_1_4/tests/etc/container.xml	2009-01-14 08:47:10 UTC (rev 5634)
+++ branches/Branch_1_4/tests/etc/container.xml	2009-01-14 09:54:04 UTC (rev 5635)
@@ -35,7 +35,7 @@
          <url>jdbc:mysql://localhost/messaging</url>
          <driver>com.mysql.jdbc.Driver</driver>
          <isolation>TRANSACTION_READ_COMMITTED</isolation>
-         <username>sa</username>
+         <username>root</username>
       </database-configuration>
 
 




More information about the jboss-cvs-commits mailing list