提交 50fe9419 authored 作者: noelgrandin's avatar noelgrandin

fix test on case-sensitive filesystem, patch fromn Davide Cavestro

上级 8ebdc3cf
......@@ -106,7 +106,7 @@ public class TestReadOnly extends TestBase {
stat.execute("create table a(id int)");
stat.execute("create index ai on a(id)");
conn.close();
conn = getConnection("readOnlyDbCreate;ACCESS_MODE_DATA=r");
conn = getConnection("readonlyDbCreate;ACCESS_MODE_DATA=r");
stat = conn.createStatement();
stat.execute("create table if not exists a(id int)");
stat.execute("create index if not exists ai on a(id)");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论