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

Skip to content

Commit 0707b2d

Browse files
committed
Fixing when test name is longer than 30 char
1 parent 3a837f4 commit 0707b2d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/ut3_user/expectations/test_expectations_cursor.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ Diff:%
24482448
ut.expect(ut3_tester_helper.main_helper.get_failed_expectations_num).to_equal(0);
24492449
end;
24502450

2451-
procedure not_cont_join_incl_cols_as_lst2 is
2451+
procedure not_con_join_incl_cols_as_lst2 is
24522452
l_actual sys_refcursor;
24532453
l_expected sys_refcursor;
24542454
begin
@@ -2474,7 +2474,7 @@ Diff:%
24742474
ut.expect(ut3_tester_helper.main_helper.get_failed_expectations_num).to_equal(0);
24752475
end;
24762476

2477-
procedure not_cont_join_excl_cols_as_lst2 is
2477+
procedure not_con_join_excl_cols_as_lst2 is
24782478
l_actual sys_refcursor;
24792479
l_expected sys_refcursor;
24802480
begin

test/ut3_user/expectations/test_expectations_cursor.pks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,13 @@ create or replace package test_expectations_cursor is
395395
procedure not_cont_join_incl_cols_as_lst;
396396

397397
--%test(Cursor not_to[contain] data with of columns to include and join by value)
398-
procedure not_cont_join_incl_cols_as_lst2;
398+
procedure not_con_join_incl_cols_as_lst2;
399399

400400
--%test(Cursor not contains data with of columns to exclude and join by value)
401401
procedure not_cont_join_excl_cols_as_lst;
402402

403403
--%test(Cursor not_to[contain] data with of columns to exclude and join by value)
404-
procedure not_cont_join_excl_cols_as_lst2;
404+
procedure not_con_join_excl_cols_as_lst2;
405405

406406
--%test(Cursor to contain duplicates)
407407
procedure to_contain_duplicates;

0 commit comments

Comments
 (0)