Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
1525-xmerl-add-error-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1525-xmerl-add-error-test.patch of Package erlang
From 8a4456e2d0c3eca0d063513196237e6167e63827 Mon Sep 17 00:00:00 2001 From: Kiko Fernandez-Reyes <kiko@erlang.org> Date: Mon, 17 Jun 2024 09:22:19 +0200 Subject: [PATCH 2/2] xmerl: add error test --- lib/xmerl/test/xmerl_sax_SUITE.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xmerl/test/xmerl_sax_SUITE.erl b/lib/xmerl/test/xmerl_sax_SUITE.erl index 59b533dffe..2360608456 100644 --- a/lib/xmerl/test/xmerl_sax_SUITE.erl +++ b/lib/xmerl/test/xmerl_sax_SUITE.erl @@ -195,6 +195,7 @@ external_entities_test(Config) -> {ok, undefined, <<>>} = xmerl_sax_parser:file(File2, [{external_entities, file}]), %% Allow none {fatal_error, _, _, _, _} = xmerl_sax_parser:file(File1, [{external_entities, none}]), + {error, _} = xmerl_sax_parser:file("NonExistingFileError.xml", []), {ok, undefined, <<>>} = xmerl_sax_parser:file(File2, [{external_entities, none}]), %% Not included but parsed, See if it can be fixed ok. -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor