Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0707b2d

Browse filesBrowse files
committed
Fixing when test name is longer than 30 char
1 parent 3a837f4 commit 0707b2d
Copy full SHA for 0707b2d

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎test/ut3_user/expectations/test_expectations_cursor.pkb

Copy file name to clipboardExpand all lines: test/ut3_user/expectations/test_expectations_cursor.pkb
+2-2
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

Copy file name to clipboardExpand all lines: test/ut3_user/expectations/test_expectations_cursor.pks
+2-2
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.