提交 4ead520a authored 作者: christian.peter.io's avatar christian.peter.io

trace sollte schreibbar bleiben

上级 a14f0232
...@@ -611,10 +611,10 @@ public class TestLinkedTable extends TestBase { ...@@ -611,10 +611,10 @@ public class TestLinkedTable extends TestBase {
File[] files = new File(baseDir).listFiles(); File[] files = new File(baseDir).listFiles();
for (File file : files) { for (File file : files) {
if (file.getName().startsWith("testLinkedTableInReadOnlyDb")) { if ((file.getName().startsWith("testLinkedTableInReadOnlyDb")) && (!file.getName().endsWith(".trace.db"))) {
boolean isReadOnly = file.setReadOnly(); boolean isReadOnly = file.setReadOnly();
if (!isReadOnly) { if (!isReadOnly) {
fail("File " + file.getAbsolutePath() + " is not read only. Can't test it"); fail("File " + file.getAbsolutePath() + " is not read only. Can't test it.");
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论