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 924eb9b commit a111c6dCopy full SHA for a111c6d
1 file changed
test/core/reporters/test_tfs_junit_reporter.pkb
@@ -141,7 +141,7 @@ create or replace package body test_tfs_junit_reporter as
141
from table(ut3.ut.run('check_junit_reporting', ut3.ut_tfs_junit_reporter()));
142
l_actual := ut3.ut_utils.table_to_clob(l_results);
143
--Assert
144
- ut.expect(l_actual).to_match('time="[0-9]*\.[0-9]{6}"');
+ ut.expect(l_actual).to_match('time="[0-9]*\.[0-9]{3,6}"');
145
--Cleanup
146
execute immediate 'alter session set NLS_NUMERIC_CHARACTERS='''||l_nls_numeric_characters||'''';
147
end;
0 commit comments