[Python-checkins] CVS: python/dist/src/Lib/test/output test_poll,1.1,1.2

Moshe Zadka python-dev@python.org
Sat, 26 Aug 2000 02:59:04 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25424

Modified Files:
	test_poll 
Log Message:
Tim Peters:
Again due to the duplicate copies of test_support, the checked-in
"expected output" file actually contains verbose-mode output.


Index: test_poll
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_poll,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_poll	2000/08/25 01:18:45	1.1
--- test_poll	2000/08/26 09:59:01	1.2
***************
*** 15,43 ****
  Poll test 1 complete
  Running poll test 2
- timeout = 0
- timeout = 1000
- 'testing...\012'
- timeout = 2000
- 'testing...\012'
- timeout = 4000
- 'testing...\012'
- timeout = 8000
- 'testing...\012'
- timeout = 16000
- 'testing...\012'
- timeout = -1
- 'testing...\012'
- timeout = -1
- 'testing...\012'
- timeout = -1
- 'testing...\012'
- timeout = -1
- 'testing...\012'
- timeout = -1
- 'testing...\012'
- timeout = -1
- timeout = -1
- timeout = -1
- timeout = -1
- timeout = -1
  Poll test 2 complete
--- 15,17 ----