summaryrefslogtreecommitdiff
path: root/Lib/test/test_xmllib.py
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2001-01-17 19:11:13 +0000
committerMarc-André Lemburg <mal@egenix.com>2001-01-17 19:11:13 +0000
commit927fa2418874ccab7d0eb5d6249be0c96a24beba (patch)
treee29aa1d89cd88148d9e62a10ff82ab5dddb79b9c /Lib/test/test_xmllib.py
parent5a9bf08b78176097d918d0ec7174e68094ee63a2 (diff)
downloadcpython-927fa2418874ccab7d0eb5d6249be0c96a24beba.tar.gz
This patch removes all uses of "assert" in the regression test suite
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
Diffstat (limited to 'Lib/test/test_xmllib.py')
-rw-r--r--Lib/test/test_xmllib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_xmllib.py b/Lib/test/test_xmllib.py
index 62803b5869..32f6b85baf 100644
--- a/Lib/test/test_xmllib.py
+++ b/Lib/test/test_xmllib.py
@@ -2,7 +2,7 @@
Sjoerd Mullender
'''
-from test_support import verbose
+from test_support import verify, verbose
testdoc = """\
<?xml version="1.0" encoding="UTF-8" standalone='yes' ?>