Skip to content

Commit

Permalink
changed the default user for ms sql server
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 25, 2008
1 parent 15f5581 commit 8591f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/test/resources/symmetric-test.properties
Expand Up @@ -24,7 +24,7 @@ hsqldb.client.db.url=jdbc:hsqldb:file:target/hsqldb/client;shutdown=true
hsqldb.root.db.url=jdbc:hsqldb:file:target/hsqldb/root;shutdown=true

mssql.db.driver=net.sourceforge.jtds.jdbc.Driver
mssql.db.user=symmetric
mssql.db.user=sa
mssql.db.password=symmetric
mssql.client.db.url=jdbc:jtds:sqlserver://localhost/SymmetricClient
mssql.root.db.url=jdbc:jtds:sqlserver://localhost/SymmetricRoot
Expand Down

0 comments on commit 8591f34

Please sign in to comment.