Skip to content

Commit bef5c68

Browse files
pesseSamuel Nitsche
authored andcommitted
Fixed wrong param names in Pre303TestRunnerStatement
1 parent 5a95da3 commit bef5c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/utplsql/api/testRunner/Pre303TestRunnerStatement.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ protected String getSql() {
2727
"a_reporters => ?, " +
2828
"a_color_console => " + colorConsoleStr + ", " +
2929
"a_coverage_schemes => ?, " +
30-
"a_source_files => ?, " +
31-
"a_test_files => ?, " +
30+
"a_source_file_mappings => ?, " +
31+
"a_test_file_mappings => ?, " +
3232
"a_include_objects => ?, " +
3333
"a_exclude_objects => ?); " +
3434
"END;";

0 commit comments

Comments
 (0)