-
Notifications
You must be signed in to change notification settings - Fork 186
fixed failed expectation source code line reporting because 12c repor… #332
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
Conversation
Pazus
commented
May 26, 2017
- fixed the issue when line and package of expectation failed was not reported correctly
- enchanted for 12.2 as call_stack is provided with procedure level detals
…ts with procedure name
1 similar comment
begin | ||
l_caller_stack_line := regexp_substr( c_call_stack, c_expectation_search_pattern, 1, 1, 'm', 2); | ||
--dbms_output.put_line(c_call_stack); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove commented code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just two minor comments.
tests/RunAll.sql
Outdated
@@ -125,6 +125,7 @@ exec ut_coverage.coverage_start_develop(); | |||
|
|||
@@lib/RunTest.sql ut_reporters/ut_coverage_sonar_reporter.AcceptsFileMapping.sql | |||
@@lib/RunTest.sql ut_reporters/ut_coverage_sonar_reporter.BuildsSonarCoverageReport.sql | |||
@@lib/RunTest.sql ut_reporters/ut_documentation_reporter.ProducesExpectedOutputs.sql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe name the test: providesCorrectLineFromStacktrace?