提交 969346e7 authored 作者: Thomas Mueller's avatar Thomas Mueller

Test.

上级 1c034096
......@@ -93,9 +93,9 @@ public class TestCrashAPI extends TestBase implements Runnable {
stopped = true;
objects.clear();
if (running) {
println("stopping main thread:");
System.out.println("stopping main thread:");
for (StackTraceElement e : mainThread.getStackTrace()) {
println(e.toString());
System.out.println(e.toString());
}
mainThread.stop(new SQLException("stop"));
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论