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
75
75
-- %test
76
76
-- %displayname(Checking if procedure (NOT NULL) insert while existing)
77
77
-- %rollback(manual)
78
- -- $ tags(exists)
78
+ -- % tags(exists)
79
79
PROCEDURE TEST_PR_TEST_ME_EXISTS;
80
80
81
81
-- %test
82
82
-- %displayname(Demonstrating the use of cursor)
83
83
-- %rollback(manual)
84
- == %tags(cursor)
84
+ -- %tags(cursor)
85
85
PROCEDURE TEST_PR_TEST_ME_CURSOR;
86
86
87
87
END;
Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
75
75
-- %test
76
76
-- %displayname(Checking if procedure (NOT NULL) insert while existing)
77
77
-- %rollback(manual)
78
- -- $ tags(exists)
78
+ -- % tags(exists)
79
79
PROCEDURE TEST_PR_TEST_ME_EXISTS;
80
80
81
81
-- %test
82
82
-- %displayname(Demonstrating the use of cursor)
83
83
-- %rollback(manual)
84
- == %tags(cursor)
84
+ -- %tags(cursor)
85
85
PROCEDURE TEST_PR_TEST_ME_CURSOR;
86
86
87
87
END;
You can’t perform that action at this time.
0 commit comments