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 8c615dd commit 7840258Copy full SHA for 7840258
1 file changed
source/core/types/ut_run.tpb
@@ -32,6 +32,9 @@ create or replace type body ut_run as
32
a_listener.fire_before_event(ut_utils.gc_run, self);
33
34
self.start_time := current_timestamp;
35
+
36
+ -- clear anything that might stay in the session's cache
37
+ ut_assert_processor.clear_asserts;
38
39
for i in 1 .. self.items.count loop
40
l_completed_without_errors := self.items(i).do_execute(a_listener);
0 commit comments