提交 0c51adf3 authored 作者: Thomas Mueller's avatar Thomas Mueller

Test.

上级 49612f09
...@@ -400,7 +400,7 @@ public class TestCrashAPI extends TestBase implements Runnable { ...@@ -400,7 +400,7 @@ public class TestCrashAPI extends TestBase implements Runnable {
if (errorCode == 0) { if (errorCode == 0) {
printError(seed, id, s); printError(seed, id, s);
} else if (errorCode == ErrorCode.OBJECT_CLOSED) { } else if (errorCode == ErrorCode.OBJECT_CLOSED) {
if (objectId >= 0) { if (objectId >= 0 && objects.size() > 0) {
// TODO at least call a few more times after close - maybe // TODO at least call a few more times after close - maybe
// there is still an error // there is still an error
objects.remove(objectId); objects.remove(objectId);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论