From f5ac0a4b80e6dfe835dc66e8592c29bfc050a94f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 24 Aug 2009 11:59:07 +0200 Subject: [PATCH] Fix python regression test after 583439 cleanup --- python/tests/readererr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/readererr.py b/python/tests/readererr.py index ab8eb187..0dad36ee 100644 --- a/python/tests/readererr.py +++ b/python/tests/readererr.py @@ -10,7 +10,7 @@ import sys libxml2.debugMemory(1) expect="""--> (3) test1:1:xmlns: URI foo is not absolute ---> (4) test1:1:Opening and ending tag mismatch: c line 0 and a +--> (4) test1:1:Opening and ending tag mismatch: c line 1 and a """ err="" def myErrorHandler(arg,msg,severity,locator):