提交 73c9811b authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 0deea2ce
...@@ -445,8 +445,8 @@ It was not possible to create a referential constraint to a table in a different ...@@ -445,8 +445,8 @@ It was not possible to create a referential constraint to a table in a different
new TestListener().runTest(this); new TestListener().runTest(this);
new TestLob().runTest(this); new TestLob().runTest(this);
// // size problem! //// // size problem!
// new TestLogFile().runTest(this); //// new TestLogFile().runTest(this);
new TestMemoryUsage().runTest(this); new TestMemoryUsage().runTest(this);
new TestMultiConn().runTest(this); new TestMultiConn().runTest(this);
...@@ -547,6 +547,9 @@ It was not possible to create a referential constraint to a table in a different ...@@ -547,6 +547,9 @@ It was not possible to create a referential constraint to a table in a different
} catch (Exception e) { } catch (Exception e) {
// ignore // ignore
TestBase.logError("Class not found: " + className, null); TestBase.logError("Class not found: " + className, null);
} catch (NoClassDefFoundError e) {
// ignore
TestBase.logError("Class not found: " + className, null);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论