Author: tfischer
Date: Thu Dec 13 10:04:43 2012
New Revision: 1421183

URL: http://svn.apache.org/viewvc?rev=1421183&view=rev
Log:
revert accidentally committed profile information

Modified:
    db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties
    db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties

Modified: 
db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties?rev=1421183&r1=1421182&r2=1421183&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties 
(original)
+++ 
db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties 
Thu Dec 13 10:04:43 2012
@@ -27,9 +27,9 @@ torque.database.bookstore.adapter = mssq
 # Using commons-dbcp
 torque.dsfactory.bookstore.factory = 
org.apache.torque.dsfactory.SharedPoolDataSourceFactory
 torque.dsfactory.bookstore.connection.driver = net.sourceforge.jtds.jdbc.Driver
-torque.dsfactory.bookstore.connection.url = 
jdbc:jtds:sqlserver://localhost:49584/bookstore
-torque.dsfactory.bookstore.connection.user =  torque
-torque.dsfactory.bookstore.connection.password = torqueUserPassword
+torque.dsfactory.bookstore.connection.url = 
jdbc:jtds:sqlserver://fastnet.dukece.com:1433/bookstore
+torque.dsfactory.bookstore.connection.user =  sa
+torque.dsfactory.bookstore.connection.password =
 
 torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
 torque.dsfactory.bookstore.pool.defaultAutoCommit = false

Modified: 
db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties?rev=1421183&r1=1421182&r2=1421183&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties 
(original)
+++ 
db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties 
Thu Dec 13 10:04:43 2012
@@ -29,7 +29,7 @@ torque.dsfactory.bookstore.factory = org
 torque.dsfactory.bookstore.connection.driver = org.gjt.mm.mysql.Driver
 torque.dsfactory.bookstore.connection.url = 
jdbc:mysql://localhost:3306/bookstore
 torque.dsfactory.bookstore.connection.user = root
-torque.dsfactory.bookstore.connection.password = mysql
+torque.dsfactory.bookstore.connection.password = 
 
 torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
 torque.dsfactory.bookstore.pool.defaultAutoCommit = false



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to