There was an error while loading. Please reload this page.
1 parent 38afd8b commit f2260f2Copy full SHA for f2260f2
2 files changed
test/expected/object_group.out
@@ -1,5 +1,5 @@
1
\set ECHO none
2
-1..24
+1..25
3
ok 1 - Register test table 1
4
ok 2 - object_group__create(...) for group name that is too long throws error
5
ok 3 - object_group__create('object reference test group')
@@ -25,5 +25,4 @@ ok 22 - Removing group with items in it fails
25
ok 23 - __object__remove() for col1 works
26
ok 24 - __object__remove() for test_table_2 works
27
ok 25 - Removing empty group works
28
-# Looks like you planned 24 tests but ran 25
29
# TRANSACTION INTENTIONALLY LEFT OPEN!
test/sql/object_group.sql
@@ -35,7 +35,7 @@ SELECT plan(
35
+1 --TODO + 2 -- __object__add
36
37
+3 -- object__getsert with group
38
- +3 -- Drop tests
+ +4 -- Drop tests
39
40
+4 -- __object__remove
41
0 commit comments