Changeset: ce20980565e4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ce20980565e4
Added Files:
        sql/test/nested/Tests/fileloader.test.in
Removed Files:
        sql/test/nested/Tests/json.test.in
Branch: nested
Log Message:

rename test


diffs (36 lines):

diff --git a/sql/test/nested/Tests/fileloader.test.in 
b/sql/test/nested/Tests/fileloader.test.in
new file mode 100644
--- /dev/null
+++ b/sql/test/nested/Tests/fileloader.test.in
@@ -0,0 +1,13 @@
+statement ok
+create type event as (id int, type varchar)
+
+query TT
+select cast(t.json as event) from (select json from r'$TSTSRCDIR/events.json') 
t
+----
+1
+"click"
+2
+"scroll"
+
+statement ok
+drop type event
diff --git a/sql/test/nested/Tests/json.test.in 
b/sql/test/nested/Tests/json.test.in
deleted file mode 100644
--- a/sql/test/nested/Tests/json.test.in
+++ /dev/null
@@ -1,13 +0,0 @@
-statement ok
-create type event as (id int, type varchar)
-
-query TT
-select cast(t.json as event) from (select json from r'$TSTSRCDIR/events.json') 
t
-----
-49
-"click"
-50
-"scroll"
-
-statement ok
-drop type event
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to