File tree Expand file tree Collapse file tree
test/core/expectations/compound_data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1041,7 +1041,7 @@ Rows: [ 2 differences ]%
10411041 end;
10421042 end;
10431043
1044- procedure cursor_unordered_compare_success is
1044+ procedure cursor_unorderd_compr_success is
10451045 l_actual SYS_REFCURSOR;
10461046 l_expected SYS_REFCURSOR;
10471047 begin
@@ -1098,7 +1098,7 @@ Extra: <ROW><USERNAME>test</USERNAME><USER_ID>-666</USER_ID></ROW>%]';
10981098 ut.expect(expectations.failed_expectations_data()).to_be_empty();
10991099 end;
11001100
1101- procedure cursor_joinby_compare_twocolumns is
1101+ procedure cursor_joinby_compare_twocols is
11021102 l_actual SYS_REFCURSOR;
11031103 l_expected SYS_REFCURSOR;
11041104 begin
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ create or replace package test_expectations_cursor is
200200 procedure exclude_col_name_implicit;
201201
202202 --%test( Compare cursors using unordered method success)
203- procedure cursor_unordered_compare_success ;
203+ procedure cursor_unorderd_compr_success ;
204204
205205 --%test( Compare cursors using unordered method failure)
206206 procedure cursor_unordered_compare_fail;
@@ -209,7 +209,7 @@ create or replace package test_expectations_cursor is
209209 procedure cursor_joinby_compare;
210210
211211 --%test( Compare cursors join by composite key)
212- procedure cursor_joinby_compare_twocolumns ;
212+ procedure cursor_joinby_compare_twocols ;
213213
214214end;
215215/
You can’t perform that action at this time.
0 commit comments