Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5cd2c commit 01d93f3Copy full SHA for 01d93f3
1 file changed
test/ut_reporters/test_xunit_reporter.pkb
@@ -56,7 +56,7 @@ create or replace package body test_xunit_reporter as
56
from table(ut3.ut.run('check_xunit_reporting',ut3.ut_xunit_reporter()));
57
l_actual := ut3.ut_utils.table_to_clob(l_results);
58
--Assert
59
- ut.expect(l_actual).to_be_like('%at "%.CHECK_XUNIT_REPORTING", line %');
+ ut.expect(l_actual).to_be_like('%at "%.CHECK_XUNIT_REPORTING%", line %');
60
end;
61
62
procedure remove_test_package is
0 commit comments