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

Skip to content

Commit a3a36e1

Browse files
committed
Fixed failing 11g test (different SQLCODE for invalid XPath on 11g)
1 parent c491cdc commit a3a36e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/expectations/compound_data/test_expectation_anydata.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ create or replace package body test_expectation_anydata is
292292
ut.fail('Expected exception -31011 but nothing was raised');
293293
exception
294294
when others then
295-
ut.expect(sqlcode).to_equal(-31011);
295+
ut.expect(sqlcode).to_be_between(-31013,-31011);
296296
end;
297297

298298
procedure include_attributes_xpath is

0 commit comments

Comments
 (0)