提交 d29598cf authored 作者: fred's avatar fred

*Fix in the TestStatement

上级 738366d7
...@@ -40,15 +40,15 @@ public class TestStatement extends TestBase { ...@@ -40,15 +40,15 @@ public class TestStatement extends TestBase {
public void test() throws Exception { public void test() throws Exception {
deleteDb("statement"); deleteDb("statement");
conn = getConnection("statement"); conn = getConnection("statement");
// testUnwrap(); testUnwrap();
// testUnsupportedOperations(); testUnsupportedOperations();
// testTraceError(); testTraceError();
// testSavepoint(); testSavepoint();
// testConnectionRollback(); testConnectionRollback();
// testStatement(); testStatement();
testPreparedStatement(); testPreparedStatement();
// testIdentityMerge(); testIdentityMerge();
// testIdentity(); testIdentity();
conn.close(); conn.close();
deleteDb("statement"); deleteDb("statement");
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论