[libxml2] Fix python regression test after 583439 cleanup



commit f5ac0a4b80e6dfe835dc66e8592c29bfc050a94f
Author: Daniel Veillard <veillard redhat com>
Date:   Mon Aug 24 11:59:07 2009 +0200

    Fix python regression test after 583439 cleanup

 python/tests/readererr.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python/tests/readererr.py b/python/tests/readererr.py
index ab8eb18..0dad36e 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):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]