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

Skip to content

Commit 16e5a06

Browse files
committed
Disabled test due to failures on US7ASCII code page on 12.1 DB
1 parent 7cf00f0 commit 16e5a06

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

test/ut_utils/test_ut_utils.pks

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,57 @@ create or replace package test_ut_utils is
22

33
--%suite
44
--%suitepath(utplsql.core)
5-
5+
66
--%test
77
procedure test_clob_to_table;
8-
8+
99
--%test
1010
procedure test_to_char;
11-
11+
1212
--%test
1313
procedure test_to_string_blob;
14-
14+
1515
--%test
1616
procedure test_to_string_clob;
17-
17+
1818
--%test
19-
procedure test_to_string_date;
20-
19+
procedure test_to_string_date;
20+
2121
--%test
22-
procedure to_string_null;
23-
22+
procedure to_string_null;
23+
2424
--%test
2525
procedure to_string;
26-
26+
2727
--%test(Trims long Blob to max lenght and appends '[...]' at the end of string)
2828
procedure to_string_big_blob;
29-
29+
3030
--%test(Trims long Clob to max lenght and appends '[...]' at the end of string)
31-
procedure to_string_big_clob;
32-
31+
procedure to_string_big_clob;
32+
3333
--%test(Returns a full string representation of a very big number)
3434
procedure to_string_big_number;
35-
35+
3636
--%test(Trims long varchars to max lenght and appends '[...]' at the end of string)
3737
procedure to_string_big_varchar2;
3838

3939
--%test(Returns a full string representation of a very small number)
4040
procedure to_string_big_tiny_number;
41-
41+
4242
--%test(Table to clob function test)
4343
procedure test_table_to_clob;
44-
44+
4545
--%test(append_to_clob works With Multi Byte Chars)
4646
--%beforetest(setup_append_with_multibyte)
4747
--%aftertest(clean_append_with_multibyte)
4848
procedure test_append_with_multibyte;
4949
procedure setup_append_with_multibyte;
5050
procedure clean_append_with_multibyte;
51-
51+
5252
--%test(clob_to_table multibyte)
53+
--%disabled(We cannot run this test successfully on 12.1 until we change NLSCHARACTERSET from US7ASCII to AL32UTF8)
5354
procedure test_clob_to_table_multibyte;
54-
55+
5556

5657
end test_ut_utils;
5758
/

0 commit comments

Comments
 (0)