Skip to content

Commit c1593b1

Browse files
committed
start writing test for 3 connected vertices
1 parent 2b41355 commit c1593b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pgtap/ordering/sloan/edge_cases.pg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ SELECT set_eq('q3', $$VALUES (1,3), (2,7)$$, '3 -- 7 -- 3; Does not matter if 7
6060

6161

6262
PERFORM todo_start('Its the same graph but giving different results');
63+
6364
-- 7 -- 3 -- 7; 2 vertices test (connected)
6465

6566
PREPARE q4 AS
@@ -84,6 +85,8 @@ RETURN QUERY
8485
SELECT set_eq('q5', $$VALUES (1, 3), (2, 7)$$, 'Should have both vertices');
8586
PERFORM todo_end();
8687

88+
-- 7 -- 3 -- 7 -- 11 ;3 vertices test (connected)
89+
8790

8891
END;
8992
$BODY$

0 commit comments

Comments
 (0)