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

Skip to content

Commit 8030a09

Browse files
committed
shorten test name
1 parent 40c64d6 commit 8030a09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/ut3_tester/core/test_output_buffer.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ create or replace package body test_output_buffer is
4747
end;
4848

4949

50-
procedure test_doesnt_send_multiline_on_null_text is
50+
procedure test_doesnt_send_on_null_elem is
5151
l_cur sys_refcursor;
5252
l_result integer;
5353
l_buffer ut3.ut_output_buffer_base := ut3.ut_output_table_buffer();

test/ut3_tester/core/test_output_buffer.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ create or replace package test_output_buffer is
1010
procedure test_doesnt_send_on_null_text;
1111

1212
--%test(Does not send line if null text given for multiline case)
13-
procedure test_doesnt_send_multiline_on_null_text;
13+
procedure test_doesnt_send_on_null_elem;
1414

1515
--%test(Sends a line into buffer table)
1616
procedure test_send_line;

0 commit comments

Comments
 (0)