Remove test for unexistent table as there was already one

master
Raul Ochoa 10 years ago
parent 7f58e1f690
commit fc95566ddd

@ -317,9 +317,6 @@ function test_cdb_tablemetadatatouch() {
sql postgres "SELECT tabname from CDB_TableMetadata;" should 'touch_example'
sql postgres "SELECT count(*) from CDB_TableMetadata;" should 1
# non existent tables fails
sql postgres "SELECT CDB_TableMetadataTouch('wadus_table_name');" fails
#### test tear down
sql 'DROP TABLE touch_example;'
}

Loading…
Cancel
Save