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

Skip to content

Commit d2fd0f2

Browse files
committed
Fixing unit test for Oracle 11.2 & 12.1
1 parent bee9c22 commit d2fd0f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ut3_user/reporters.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ end;]';
177177
--Assert
178178
ut.expect(l_actual).to_be_like('%<![CDATA['
179179
||q'[%Actual: 'test' (varchar2) was expected to equal: '<![CDATA[some stuff]]]]><![CDATA[>' (varchar2)%]'
180-
||q'[at "UT3$USER#.CHECK_FAIL_ESCAPE.FAIL_MISERABLY", line % ut3.ut.expect('test').to_equal('<![CDATA[some stuff]]]]><![CDATA[>');]'
180+
||q'[at "UT3$USER#.CHECK_FAIL_ESCAPE%", line % ut3.ut.expect('test').to_equal('<![CDATA[some stuff]]]]><![CDATA[>');]'
181181
||'%]]>%'
182182
);
183183
end;

0 commit comments

Comments
 (0)