Skip to content

Commit

Permalink
checked this in on accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 7, 2010
1 parent f4b3a96 commit 5fbc20d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symmetric/src/test/resources/symmetric-test.properties
Expand Up @@ -38,10 +38,10 @@ mssql.db.password=symmetric
mssql.client.db.url=jdbc:jtds:sqlserver://hudson/SymmetricClient
mssql.root.db.url=jdbc:jtds:sqlserver://hudson/SymmetricRoot

firebird.client.db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/SymmetricClient.fdb
firebird.root.db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/SymmetricRoot.fdb
firebird.client.db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/SymmetricClient
firebird.root.db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/SymmetricRoot
firebird.db.driver=org.firebirdsql.jdbc.FBDriver
firebird.db.user=SYSDBA
firebird.db.user=sysdba
firebird.db.password=masterkey

postgres.db.driver=org.postgresql.Driver
Expand Down

0 comments on commit 5fbc20d

Please sign in to comment.