Skip to content

Commit

Permalink
abrougher, you deserve the build monkey ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Aug 14, 2013
1 parent 714b157 commit c1b7e5f
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions symmetric-jdbc/src/test/resources/db-test.properties
Expand Up @@ -18,20 +18,10 @@
# specific language governing permissions and limitations
# under the License.
#
#
#test.server=h2
#test.root=h2
#test.client=h2

test.server=sqlanywhere
test.root=sqlanywhere
test.client=sqlanywhere

#test.server=ase
#test.root=ase
#test.client=ase


test.server=h2
test.root=h2
test.client=h2

mysql.db.driver=com.mysql.jdbc.Driver
mysql.db.user=root
Expand Down Expand Up @@ -142,10 +132,10 @@ informix.client.db.url=jdbc:informix-sqli://dbdev1:30277/symmetricclient:INFORMI

ase.db.driver=com.sybase.jdbc4.jdbc.SybDriver
ase.db.user=sa
ase.db.password=
ase.root.db.url=jdbc:sybase:Tds:localhost:7100/symmetricroot
ase.server.db.url=jdbc:sybase:Tds:localhost:7100/symmetricroot
ase.client.db.url=jdbc:sybase:Tds:localhost:7100/symmetricclient
ase.db.password=admin123
ase.root.db.url=jdbc:sybase:Tds:dbdev1:5000/symmetricroot
ase.server.db.url=jdbc:sybase:Tds:dbdev1:5000/symmetricroot
ase.client.db.url=jdbc:sybase:Tds:dbdev1:5000/symmetricclient

ase12.db.driver=com.sybase.jdbc4.jdbc.SybDriver
ase12.db.user=sa
Expand Down

0 comments on commit c1b7e5f

Please sign in to comment.