diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2000-10-06 17:41:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2000-10-06 17:41:52 (GMT) |
commit | 962c9e7f9188c75a3889fcc7fd29fb1626e278d0 (patch) | |
tree | 3656fb89cdb496f4015152b35951276f432df3c7 /Lib/test/output | |
parent | 75698a4937130b0ca8019c553a4be7f02eb5ab0a (diff) | |
download | cpython-962c9e7f9188c75a3889fcc7fd29fb1626e278d0.zip cpython-962c9e7f9188c75a3889fcc7fd29fb1626e278d0.tar.gz cpython-962c9e7f9188c75a3889fcc7fd29fb1626e278d0.tar.bz2 |
Add SAXReaderNotAvailable, and use it to distinguish between an
ImportError, and a missing driver.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_sax | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/output/test_sax b/Lib/test/output/test_sax index 53c5f97..d2ccf88 100644 --- a/Lib/test/output/test_sax +++ b/Lib/test/output/test_sax @@ -14,6 +14,7 @@ Passed test_expat_inpsource_sysid Passed test_expat_nsattrs_empty Passed test_expat_nsattrs_wattr Passed test_filter_basic +Passed test_make_parser Passed test_nsattrs_empty Passed test_nsattrs_wattr Passed test_xmlgen_basic @@ -22,4 +23,4 @@ Passed test_xmlgen_content_escape Passed test_xmlgen_ignorable Passed test_xmlgen_ns Passed test_xmlgen_pi -23 tests, 0 failures +24 tests, 0 failures |