diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2000-09-24 18:53:56 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2000-09-24 18:53:56 (GMT) |
commit | b7536d58606ec06e81453ca8fd1b14292f7427a9 (patch) | |
tree | 474058ba0369b322aade193943bacc652e771842 /Lib/test/output | |
parent | b49f88bfc122440e6b056b3c051ac3f928a1df92 (diff) | |
download | cpython-b7536d58606ec06e81453ca8fd1b14292f7427a9.zip cpython-b7536d58606ec06e81453ca8fd1b14292f7427a9.tar.gz cpython-b7536d58606ec06e81453ca8fd1b14292f7427a9.tar.bz2 |
Added test cases for the InputSource class.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_sax | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/test/output/test_sax b/Lib/test/output/test_sax index 873ed51..19aa71c 100644 --- a/Lib/test/output/test_sax +++ b/Lib/test/output/test_sax @@ -6,6 +6,9 @@ Passed test_escape_basic Passed test_escape_extra Passed test_expat_attrs_empty Passed test_expat_attrs_wattr +Passed test_expat_inpsource_filename +Passed test_expat_inpsource_stream +Passed test_expat_inpsource_sysid Passed test_expat_nsattrs_empty Passed test_expat_nsattrs_wattr Passed test_filter_basic @@ -17,4 +20,4 @@ Passed test_xmlgen_content_escape Passed test_xmlgen_ignorable Passed test_xmlgen_ns Passed test_xmlgen_pi -18 tests, 0 failures +21 tests, 0 failures |