a problem about test against to mysql-con nector-java used by jdbccts-1_3_1
"lm761104" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <[email protected]> |
I do a test against to MySQL JDBC driver (mysql-connector-java-5.0.3) with the test tool jdbccts-1_3_1. But all the tests against to JDBC's interface are failed, no one pass.
Then i change the MySQL JDBC dirver's version to mysql-connector-java-3.1.13, the jdbccts can run normally, the bulk of the tests can passed.
Why the mysql-connector-java-3.1.13 can be tested by jdbccts-1_3_1 but mysql-connector-java-5.0.3 can not ? Or there are any other problems of the tool's setting ?