Skip to content

Commit 861d532

Browse files
author
ahernandez
committed
[#9] Tested on Oracle 11 with framework version of 3.0.4 and 3.1.1
1 parent 92a7cff commit 861d532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utplsql-maven-plugin/src/test/resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
<ignoreFailure>false</ignoreFailure>
3434

35-
<paths>
36-
<path>:plsql</path>
35+
<paths>
36+
<path>ut3</path>
3737
</paths>
3838

3939
<reporters>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
1010
* This two parameters are used by the test framework in
1111
* order to identify the test suite to run
1212
*/
13-
-- %suite(TEST_PKG_TEST_ME)
13+
-- %suite(plsql)
1414
-- %suitepath(plsql.examples)
1515

1616
/*

0 commit comments

Comments
 (0)