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

Skip to content

Commit 7fe350b

Browse files
missing / solved
1 parent 76ee219 commit 7fe350b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

source/core/types/ut_executable_test.tpb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ create or replace type body ut_executable_test as
7676
return l_completed_without_errors;
7777
end;
7878
end;
79+
/

source/core/types/ut_executable_test.tps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ create or replace type ut_executable_test authid current_user under ut_executabl
2121
member function do_execute(self in out nocopy ut_executable_test, a_item in out nocopy ut_suite_item, a_listener in out nocopy ut_event_listener_base,
2222
a_expected_error_codes in ut_varchar2_list := null) return boolean
2323
) final;
24+
/

0 commit comments

Comments
 (0)