Skip to content

Feature/move to utplsql v3 docker and Compatibility check fixes #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 16, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed wrong param names in Pre303TestRunnerStatement
  • Loading branch information
pesse authored and Samuel Nitsche committed Nov 16, 2017
commit bef5c68b13724257e77a8371bfcdc123dfa00f64
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ protected String getSql() {
"a_reporters => ?, " +
"a_color_console => " + colorConsoleStr + ", " +
"a_coverage_schemes => ?, " +
"a_source_files => ?, " +
"a_test_files => ?, " +
"a_source_file_mappings => ?, " +
"a_test_file_mappings => ?, " +
"a_include_objects => ?, " +
"a_exclude_objects => ?); " +
"END;";
Expand Down