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

Skip to content

Commit 322e839

Browse files
committed
Removed NULL attribute from test due to difference in 11g/12c behavior (see issue #560)
1 parent 0b43163 commit 322e839

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/core/expectations/test_expectation_anydata.pkb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,11 @@ create or replace package body test_expectation_anydata is
357357
begin
358358
--Arrange
359359
g_test_expected := anydata.convertObject( test_dummy_object(1, 'A', '0') );
360-
g_test_actual := anydata.convertObject( test_dummy_object(1, null, '0') );
360+
g_test_actual := anydata.convertObject( test_dummy_object(1, 'B', '0') );
361361
l_expected := q'[%Actual:%
362362
<TEST_DUMMY_OBJECT>
363363
<ID>1</ID>
364+
<name>B</name>
364365
<Value>0</Value>
365366
</TEST_DUMMY_OBJECT>%
366367
was expected to equal:%

0 commit comments

Comments
 (0)