Changeset: 214e56b274dd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=214e56b274dd Modified Files: sql/test/mergetables/Tests/doubletable.sql Branch: default Log Message:
mergetables/Tests/doubletable.sql: fixed test to properly clean-up and thus not harm subsequent tests (We highly recommend to actually run tests and run all tests in the same directory when adding or activating new tests and check that the newly added/activated tests do not harm older existing tests --- before committing and pushing your changes ...) diffs (11 lines): diff --git a/sql/test/mergetables/Tests/doubletable.sql b/sql/test/mergetables/Tests/doubletable.sql --- a/sql/test/mergetables/Tests/doubletable.sql +++ b/sql/test/mergetables/Tests/doubletable.sql @@ -10,6 +10,6 @@ ALTER TABLE complete ADD TABLE part2; ALTER TABLE complete ADD TABLE part1; ALTER TABLE complete ADD TABLE part2; +DROP TABLE complete; DROP TABLE part1; DROP TABLE part2; -DROP TABLE complete; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
