You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/12/13 11:04:43 UTC

svn commit: r1421183 - in /db/torque/torque4/trunk/torque-test/src/test/profile: mssql/Torque.properties mysql/Torque.properties

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org