提交 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 { ...@@ -35,18 +35,18 @@ public class TestCompatibility extends TestBase {
public void test() throws SQLException { public void test() throws SQLException {
deleteDb("compatibility"); deleteDb("compatibility");
// testOnDuplicateKey(); testOnDuplicateKey();
// testCaseSensitiveIdentifiers(); testCaseSensitiveIdentifiers();
// testKeyAsColumnInMySQLMode(); testKeyAsColumnInMySQLMode();
conn = getConnection("compatibility"); conn = getConnection("compatibility");
// testDomain(); testDomain();
// testColumnAlias(); testColumnAlias();
// testUniqueIndexSingleNull(); testUniqueIndexSingleNull();
// testUniqueIndexOracle(); testUniqueIndexOracle();
// testPostgreSQL(); testPostgreSQL();
// testHsqlDb(); testHsqlDb();
// testMySQL(); testMySQL();
testDB2(); testDB2();
testDerby(); testDerby();
testSybaseAndMSSQLServer(); testSybaseAndMSSQLServer();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论