Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bdca7d

Browse files
committed
Update tests
1 parent 8903c51 commit 4bdca7d

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

test/core/reporters/test_junit_reporter.pkb

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -225,35 +225,30 @@ create or replace package body test_junit_reporter as
225225
<testsuite tests="4" id="5" package="utplsqlorg.helpers.tests.test.test_reporters" disabled="1" errors="1" failures="1" name="test_reporters" time="%" >
226226
<testsuite tests="4" id="6" package="utplsqlorg.helpers.tests.test.test_reporters.test_reporters" disabled="1" errors="1" failures="1" name="A suite for testing different outcomes from reporters" time="%" >
227227
<testcase classname="utplsqlorg.helpers.tests.test.test_reporters.test_reporters" assertions="1" name="passing_test" time="%" >
228-
<system-out/>
228+
<system-out>%
229+
</system-out>
229230
<system-err/>
230231
</testcase>
231232
<testcase classname="utplsqlorg.helpers.tests.test.test_reporters.test_reporters" assertions="1" name="a test with failing assertion" time="%" status="Failure">
232-
<failure>
233-
<![CDATA[
234-
"Fails as values are different"%
235-
]]>
233+
<failure>%Fails as values are different%
236234
</failure>
237-
<system-out/>
235+
<system-out>%
236+
</system-out>
238237
<system-err/>
239238
</testcase>
240239
<testcase classname="utplsqlorg.helpers.tests.test.test_reporters.test_reporters" assertions="0" name="a test raising unhandled exception" time="%" status="Error">
241-
<error>
242-
<![CDATA[
243-
ORA-06502: %
244-
]]>
240+
<error>%ORA-06502:%
245241
</error>
246-
<system-out/>
242+
<system-out>%
243+
</system-out>
247244
<system-err/>
248245
</testcase>
249246
<testcase classname="utplsqlorg.helpers.tests.test.test_reporters.test_reporters" assertions="0" name="a disabled test" time="0" status="Disabled">
250247
<skipped/>
251248
<system-out/>
252249
<system-err/>
253250
</testcase>
254-
<system-out>
255-
<![CDATA[
256-
]]>
251+
<system-out>%
257252
</system-out>
258253
<system-err/>
259254
</testsuite>

0 commit comments

Comments
 (0)