Skip to content

Commit fc9382e

Browse files
committed
Fixed a flaky test when test runs in 0 seconds.
1 parent 688aad2 commit fc9382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ut3_user/api/test_ut_run.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Failures:%
742742
procedure remove_time_from_results(a_results in out nocopy ut3_develop.ut_varchar2_list) is
743743
begin
744744
for i in 1 .. a_results.count loop
745-
a_results(i) := regexp_replace(a_results(i),'\[[0-9]*[\.,][0-9]+ sec\]','');
745+
a_results(i) := regexp_replace(a_results(i),'\[[0-9]*[\.,]?[0-9]+ sec\]','');
746746
a_results(i) := regexp_replace(a_results(i),'Finished in [0-9]*[\.,][0-9]+ seconds','');
747747
end loop;
748748
end;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy