Changeset: 16101a83d4a2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=16101a83d4a2 Modified Files: sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.sql Branch: Jun2016 Log Message:
fixed test diffs (8 lines): diff --git a/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.sql b/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.sql --- a/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.sql +++ b/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.sql @@ -1,3 +1,3 @@ create stream table temp(t timestamp, room integer, payload decimal(8,2)); insert into temp values(timestamp '2016-03-13 08:58:14', 1, 23.4); -drop table stream; +drop table temp; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list