We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a95da3 commit bef5c68Copy full SHA for bef5c68
src/main/java/org/utplsql/api/testRunner/Pre303TestRunnerStatement.java
@@ -27,8 +27,8 @@ protected String getSql() {
27
"a_reporters => ?, " +
28
"a_color_console => " + colorConsoleStr + ", " +
29
"a_coverage_schemes => ?, " +
30
- "a_source_files => ?, " +
31
- "a_test_files => ?, " +
+ "a_source_file_mappings => ?, " +
+ "a_test_file_mappings => ?, " +
32
"a_include_objects => ?, " +
33
"a_exclude_objects => ?); " +
34
"END;";
0 commit comments