Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 19, 2013
1 parent 843e3ae commit f2fdc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -57,7 +57,7 @@ public void testExtractConfigurationStandalone() throws Exception {
assertNumberOfLinesThatStartWith(20, "keys,", content);
assertNumberOfLinesThatStartWith(20, "sql,", content);
assertNumberOfLinesThatStartWith(0, "update,", content);
assertNumberOfLinesThatStartWith(66, "insert,", content, false, true);
assertNumberOfLinesThatStartWith(65, "insert,", content, false, true);
assertNumberOfLinesThatStartWith(1, "commit,-9999", content);
assertNumberOfLinesThatStartWith(1, "batch,-9999", content);
assertNumberOfLinesThatStartWith(1, "nodeid,", content);
Expand Down
4 changes: 2 additions & 2 deletions symmetric-jdbc/src/test/resources/db-test.properties
@@ -1,5 +1,5 @@
test.root=mssql2000
test.client=mssql2000
test.root=h2
test.client=h2

mysql.db.driver=com.mysql.jdbc.Driver
mysql.db.user=root
Expand Down

0 comments on commit f2fdc59

Please sign in to comment.