File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
simple-project/scripts/tests
tags-project/scripts/tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
7575 -- %test
7676 -- %displayname(Checking if procedure (NOT NULL) insert while existing)
7777 -- %rollback(manual)
78- -- $ tags(exists)
78+ -- % tags(exists)
7979 PROCEDURE TEST_PR_TEST_ME_EXISTS;
8080
8181 -- %test
8282 -- %displayname(Demonstrating the use of cursor)
8383 -- %rollback(manual)
84- == %tags(cursor)
84+ -- %tags(cursor)
8585 PROCEDURE TEST_PR_TEST_ME_CURSOR;
8686
8787END;
Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
7575 -- %test
7676 -- %displayname(Checking if procedure (NOT NULL) insert while existing)
7777 -- %rollback(manual)
78- -- $ tags(exists)
78+ -- % tags(exists)
7979 PROCEDURE TEST_PR_TEST_ME_EXISTS;
8080
8181 -- %test
8282 -- %displayname(Demonstrating the use of cursor)
8383 -- %rollback(manual)
84- == %tags(cursor)
84+ -- %tags(cursor)
8585 PROCEDURE TEST_PR_TEST_ME_CURSOR;
8686
8787END;
You can’t perform that action at this time.
0 commit comments