提交 ca4e29e7 authored 作者: nicolas-f's avatar nicolas-f

fix unit test variable name

上级 6645c3fe
......@@ -1081,7 +1081,7 @@ public class TestSpatial extends TestBase {
public void testIndexUpdateNullGeometry() throws SQLException {
deleteDb("spatial");
Connection conn = getConnection(url);
Connection conn = getConnection(URL);
Statement stat = conn.createStatement();
stat.execute("drop table if exists DUMMY_11;");
stat.execute("CREATE TABLE PUBLIC.DUMMY_11 (fid serial, GEOM GEOMETRY);");
......@@ -1119,7 +1119,7 @@ public class TestSpatial extends TestBase {
public void testInsertNull() throws SQLException {
deleteDb("spatial");
Connection conn = getConnection(url);
Connection conn = getConnection(URL);
Statement stat = conn.createStatement();
stat.execute("\n" +
"drop table if exists PUBLIC.DUMMY_12;\n" +
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论