Changeset: a79952437ff0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a79952437ff0 Modified Files: sql/test/nested/Tests/fileloader.test.in Branch: nested Log Message:
more tests diffs (20 lines): diff --git a/sql/test/nested/Tests/fileloader.test.in b/sql/test/nested/Tests/fileloader.test.in --- a/sql/test/nested/Tests/fileloader.test.in +++ b/sql/test/nested/Tests/fileloader.test.in @@ -9,11 +9,11 @@ click 2 scroll -#query T -#select cast(t.json as event) from (select json from r'$TSTSRCDIR/events.json') t -#---- -#'(1,"click")' -#'(2,"scroll")' +query T +select cast(t.json as event) from (select json from r'$TSTSRCDIR/events.json') t +---- +(1, "click") +(2, "scroll") statement ok drop type event _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
