提交 96eb51bf authored 作者: Noel Grandin's avatar Noel Grandin

uncomment code in TestCompatibility

that I commented out in my last commit accidentally
上级 4cda920f
......@@ -35,18 +35,18 @@ public class TestCompatibility extends TestBase {
public void test() throws SQLException {
deleteDb("compatibility");
// testOnDuplicateKey();
// testCaseSensitiveIdentifiers();
// testKeyAsColumnInMySQLMode();
testOnDuplicateKey();
testCaseSensitiveIdentifiers();
testKeyAsColumnInMySQLMode();
conn = getConnection("compatibility");
// testDomain();
// testColumnAlias();
// testUniqueIndexSingleNull();
// testUniqueIndexOracle();
// testPostgreSQL();
// testHsqlDb();
// testMySQL();
testDomain();
testColumnAlias();
testUniqueIndexSingleNull();
testUniqueIndexOracle();
testPostgreSQL();
testHsqlDb();
testMySQL();
testDB2();
testDerby();
testSybaseAndMSSQLServer();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论