Author: tfischer
Date: Sun Jan  9 10:19:48 2011
New Revision: 1056902

URL: http://svn.apache.org/viewvc?rev=1056902&view=rev
Log:
revert test property changes which made it into the last commit

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

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=1056902&r1=1056901&r2=1056902&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 
Sun Jan  9 10:19:48 2011
@@ -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
 

Modified: 
db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties?rev=1056902&r1=1056901&r2=1056902&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties
 (original)
+++ 
db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties
 Sun Jan  9 10:19:48 2011
@@ -28,10 +28,7 @@ torque.database.bookstore.adapter = post
 torque.dsfactory.bookstore.factory = 
org.apache.torque.dsfactory.SharedPoolDataSourceFactory
 torque.dsfactory.bookstore.connection.driver = org.postgresql.Driver
 torque.dsfactory.bookstore.connection.url = 
jdbc:postgresql://localhost:5432/bookstore
-torque.dsfactory.bookstore.connection.user = postgres
-torque.dsfactory.bookstore.connection.password = postgresql
+torque.dsfactory.bookstore.connection.user = torque
+torque.dsfactory.bookstore.connection.password = torque
 
 torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
-
-# use Caching. This property is only used if managers are used by generators.
-torque.manager.useCache = true
\ No newline at end of file



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

Reply via email to