From dd3f125339c89c57c07e98cb60772bf6f228cf10 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 1 Jun 2015 11:10:06 -0700 Subject: [PATCH] Fix test expectation --- test/CDB_QueryTablesTest_expect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CDB_QueryTablesTest_expect b/test/CDB_QueryTablesTest_expect index 47899ed..205ba18 100644 --- a/test/CDB_QueryTablesTest_expect +++ b/test/CDB_QueryTablesTest_expect @@ -13,7 +13,7 @@ CREATE SCHEMA CREATE TABLE INSERT 0 1 select * from sc.test|{sc.test} -DROP TABLE sc.test; -DROP SCHEMA sc; +DROP TABLE +DROP SCHEMA SELECT * FROM geometry_columns|{pg_catalog.pg_attribute,pg_catalog.pg_class,pg_catalog.pg_namespace,pg_catalog.pg_type}