10000 Failure details in sonar test reporter are now CDATA by jgebal · Pull Request #926 · utPLSQL/utPLSQL · GitHub
[go: up one dir, main page]

Skip to content

Failure details in sonar test reporter are now CDATA #926

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
Jun 2, 2019
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
Fixing unit test for Oracle 11.2 & 12.1
  • Loading branch information
jgebal committed May 25, 2019
commit d2fd0f2f8dedad2f1ddc9a56d3b90c06a036223f
2 changes: 1 addition & 1 deletion test/ut3_user/reporters.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ end;]';
--Assert
ut.expect(l_actual).to_be_like('%<![CDATA['
||q'[%Actual: 'test' (varchar2) was expected to equal: '<![CDATA[some stuff]]]]><![CDATA[>' (varchar2)%]'
||q'[at "UT3$USER#.CHECK_FAIL_ESCAPE.FAIL_MISERABLY", line % ut3.ut.expect('test').to_equal('<![CDATA[some stuff]]]]><![CDATA[>');]'
||q'[at "UT3$USER#.CHECK_FAIL_ESCAPE%", line % ut3.ut.expect('test').to_equal('<![CDATA[some stuff]]]]><![CDATA[>');]'
||'%]]>%'
);
end;
Expand Down
0