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

Skip to content

Commit 5a99775

Browse files
authored
Merge pull request #140 from Pazus/inherit_suites_rollback
Bug: test doesn't inherit suite's rollback
2 parents d888a8d + 6138913 commit 5a99775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/ut_suite_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ create or replace package body ut_suite_manager is
123123
l_setup_procedure varchar2(30 char);
124124
l_teardown_procedure varchar2(30 char);
125125
l_rollback_annotation varchar2(4000);
126-
l_rollback_type integer := ut_utils.gc_rollback_auto;
126+
l_rollback_type integer := l_suite_rollback;
127127
begin
128128
if l_proc_annotations.exists('testsetup') then
129129
l_setup_procedure := ut_annotations.get_annotation_param(l_proc_annotations('testsetup'), 1);

0 commit comments

Comments
 (0)