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

Skip to content

Commit 7840258

Browse files
committed
teststep
1 parent 8c615dd commit 7840258

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/core/types/ut_run.tpb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ create or replace type body ut_run as
3232
a_listener.fire_before_event(ut_utils.gc_run, self);
3333

3434
self.start_time := current_timestamp;
35+
36+
-- clear anything that might stay in the session's cache
37+
ut_assert_processor.clear_asserts;
3538

3639
for i in 1 .. self.items.count loop
3740
l_completed_without_errors := self.items(i).do_execute(a_listener);

0 commit comments

Comments
 (0)