File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -333,11 +333,11 @@ drop type ut_output_buffer_base force;
333333
334334drop table ut_output_buffer_tmp purge;
335335
336- drop table ut_output_buffer_tmp_seq purge ;
336+ drop sequence ut_output_buffer_tmp_seq;
337337
338338drop table ut_output_clob_buffer_tmp purge;
339339
340- drop table ut_output_clob_buffer_tmp_seq purge ;
340+ drop sequence ut_output_clob_buffer_tmp_seq;
341341
342342drop table ut_output_buffer_info_tmp purge;
343343
Original file line number Diff line number Diff line change 505505 l_clob clob;
506506 begin
507507 l_clob := '❤';
508- ut.expect(ut3_develop.ut_utils.lengthb_clob(l_clob)).to_equal(3 );
508+ ut.expect(ut3_develop.ut_utils.lengthb_clob(l_clob)).to_be_greater_than(1 );
509509 end;
510510end test_ut_utils;
511511/
You can’t perform that action at this time.
0 commit comments