summaryrefslogtreecommitdiff
path: root/python/tests
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2017-06-01 12:42:03 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2017-06-01 14:31:28 +0200
commit83212ff4be122c424312f7a1986ee7c30f3be98c (patch)
tree0afaccf736ee95db1f0b1304f443e7ce062b960f /python/tests
parent855c19efb7cd30d927d673b3658563c4959ca6f0 (diff)
downloadlibxml2-83212ff4be122c424312f7a1986ee7c30f3be98c.tar.gz
Fix expected error output in Python tests
Diffstat (limited to 'python/tests')
-rwxr-xr-xpython/tests/xpathleak.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/tests/xpathleak.py b/python/tests/xpathleak.py
index 33ab61c0..6940b790 100755
--- a/python/tests/xpathleak.py
+++ b/python/tests/xpathleak.py
@@ -4,25 +4,15 @@ import sys, libxml2
libxml2.debugMemory(True)
expect="""--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
--> Invalid expression
---> xmlXPathEval: evaluation failed
"""
err=""
def callback(ctx, str):