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

Skip to content

Commit a111c6d

Browse files
committed
Update for test with timestamp
1 parent 924eb9b commit a111c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/reporters/test_tfs_junit_reporter.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ create or replace package body test_tfs_junit_reporter as
141141
from table(ut3.ut.run('check_junit_reporting', ut3.ut_tfs_junit_reporter()));
142142
l_actual := ut3.ut_utils.table_to_clob(l_results);
143143
--Assert
144-
ut.expect(l_actual).to_match('time="[0-9]*\.[0-9]{6}"');
144+
ut.expect(l_actual).to_match('time="[0-9]*\.[0-9]{3,6}"');
145145
--Cleanup
146146
execute immediate 'alter session set NLS_NUMERIC_CHARACTERS='''||l_nls_numeric_characters||'''';
147147
end;

0 commit comments

Comments
 (0)