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

Skip to content

Commit 63bc825

Browse files
committed
Fixed test to run only on 12 and above.
1 parent 0fe4d85 commit 63bc825

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/ut3_user/expectations/test_expectations_cursor.pkb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,8 @@ Check the query and data for errors.';
28022802
l_expected_data(1).col4 := 2016;
28032803
l_expected_data(1).col5 := -1;
28042804

2805+
--Select on package level nested table types supported only since Oracle 12
2806+
$if dbms_db_version.version >= 12 $then
28052807
open l_expected for
28062808
select *
28072809
from table (l_expected_data);
@@ -2826,6 +2828,7 @@ Check the query and data for errors.';
28262828
l_actual_message := ut3_tester_helper.main_helper.get_failed_expectations(1);
28272829

28282830
ut.expect(l_actual_message).to_be_like(l_expected_message);
2831+
$end
28292832
end;
28302833

28312834
end;

0 commit comments

Comments
 (0)