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

Skip to content

Commit 6138913

Browse files
author
Pavel Kaplya
committed
inherit suites rollback
1 parent 661efac commit 6138913

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)