[Python-checkins] python/dist/src/Lib/test/output xmltests,1.1,1.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 26 Jun 2002 08:16:19 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv5697/output

Modified Files:
	xmltests 
Log Message:
Suppress the variable verbose output from test.xmltests; the inclusion of
timing information in the output makes the determination of success bogus.


Index: xmltests
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/xmltests,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xmltests	25 Jun 2002 19:20:10 -0000	1.1
--- xmltests	26 Jun 2002 15:16:16 -0000	1.2
***************
*** 363,379 ****
  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
--- 363,364 ----