diff options
author | Fred Drake <fdrake@acm.org> | 2002-06-26 15:16:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-06-26 15:16:16 (GMT) |
commit | 3a159a8d25cb468922837ffb3860f87627f8995a (patch) | |
tree | f694e496e0c793c9b863f495f159709bd3254260 /Lib/test/output | |
parent | 09c73432734ac28d481141d54fcda0c164625641 (diff) | |
download | cpython-3a159a8d25cb468922837ffb3860f87627f8995a.zip cpython-3a159a8d25cb468922837ffb3860f87627f8995a.tar.gz cpython-3a159a8d25cb468922837ffb3860f87627f8995a.tar.bz2 |
Suppress the variable verbose output from test.xmltests; the inclusion of
timing information in the output makes the determination of success bogus.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/xmltests | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Lib/test/output/xmltests b/Lib/test/output/xmltests index 2864173..c798f6e 100644 --- a/Lib/test/output/xmltests +++ b/Lib/test/output/xmltests @@ -362,18 +362,3 @@ Passed test_xmlgen_ignorable Passed test_xmlgen_ns Passed test_xmlgen_pi 37 tests, 0 failures -test_simple (test.test_xmllib.XMLParserTestCase) ... ok - ----------------------------------------------------------------------- -Ran 1 test in 0.019s - -OK -test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase) ... ok -test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase) ... ok -test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase) ... ok -test_dump_load (test.test_xmlrpc.XMLRPCTestCase) ... ok - ----------------------------------------------------------------------- -Ran 4 tests in 0.005s - -OK |