Changeset: 524e35d50ec2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/524e35d50ec2
Modified Files:
        sql/test/nested/Tests/inserts.test
Branch: tvtree
Log Message:

Fixes typo in tests


diffs (21 lines):

diff --git a/sql/test/nested/Tests/inserts.test 
b/sql/test/nested/Tests/inserts.test
--- a/sql/test/nested/Tests/inserts.test
+++ b/sql/test/nested/Tests/inserts.test
@@ -20,7 +20,7 @@ statement ok
 create type cabt_o1 as (an int[], m text)
 
 statement ok
-create table cabt_o1_col (cab cabt_1)
+create table cabt_o1_col (cab cabt_o1)
 
 statement ok
 create type cabt_o2 as (m text, an int[])
@@ -32,7 +32,7 @@ statement ok
 create type cact_o1 as (ac ct[], m text)
 
 statement ok
-create table cact_o1_col (cac cact_1)
+create table cact_o1_col (cac cact_o1)
 
 statement ok
 create type cact_o2 as (m text, ac ct[])
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to