1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

io: Stop invoking generic error handler for IO errors

This commit is contained in:
Nick Wellnhofer
2024-06-10 16:39:57 +02:00
parent a331526c8e
commit 1b1e8b3c12
6 changed files with 190 additions and 258 deletions

View File

@@ -100,7 +100,6 @@ run_test(desc="Loading entity with custom callback",
docpath=startURL, catalog=None,
exp_status="loaded", exp_err=[
( 3, 'failed to load "http://example.com/dtds/sample.dtd": Attempt to load network entity\n'),
( -1, "Attempt to load network entity: http://example.com/dtds/sample.dtd"),
( 4, "Entity 'sample.entity' not defined\n")
])