[Python-checkins] CVS: python/dist/src/Lib/test/output test_linuxaudiodev,1.3,1.4

Guido van Rossum python-dev@python.org
Sun, 8 Oct 2000 12:48:48 -0700


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

Modified Files:
	test_linuxaudiodev 
Log Message:
Adapt test output to changed error message.

Index: test_linuxaudiodev
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_linuxaudiodev,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_linuxaudiodev	2000/10/08 00:21:43	1.3
--- test_linuxaudiodev	2000/10/08 19:48:46	1.4
***************
*** 4,7 ****
  nchannels must be 1 or 2, not 3
  unknown audio encoding: 177
! sample size 16 expected for Little-endian 16-bit unsigned format: 8 received
  sample size 8 expected for Standard unsigned 8-bit audio: 16 received
--- 4,7 ----
  nchannels must be 1 or 2, not 3
  unknown audio encoding: 177
! sample size 16 expected for Little-endian 16-bit unsigned audio: 8 received
  sample size 8 expected for Standard unsigned 8-bit audio: 16 received