Skip to content

Commit 40ec31b

Browse files
committed
Fixing tests for issues with 3.0.4 annotations positioning.
1 parent 6068ce0 commit 40ec31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utplsql-maven-plugin/src/test/resources/scripts/test/TEST_PKG_TEST_ME.spc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
2+
-- %suite(TEST_PKG_TEST_ME)
3+
-- %suitepath(plsql.examples)
24
--
35
-- This package shows all the possibilities to unit test
46
-- your PL/SQL package. NOTE that it is not limited to
@@ -10,8 +12,6 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
1012
* This two parameters are used by the test framework in
1113
* order to identify the test suite to run
1214
*/
13-
-- %suite(TEST_PKG_TEST_ME)
14-
-- %suitepath(plsql.examples)
1515

1616
/*
1717
* This method is invoked once before any other method.

0 commit comments

Comments
 (0)