Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
teststep
  • Loading branch information
Pazus committed Feb 5, 2017
commit 7840258e2db560a20b28ecb69d4a776a0a94b6b1
3 changes: 3 additions & 0 deletions source/core/types/ut_run.tpb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ create or replace type body ut_run as
a_listener.fire_before_event(ut_utils.gc_run, self);

self.start_time := current_timestamp;

-- clear anything that might stay in the session's cache
ut_assert_processor.clear_asserts;

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