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

Ka-Ping Yee ping@users.sourceforge.net
Mon, 15 Jan 2001 14:21:42 -0800


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

Modified Files:
	test_linuxaudiodev 
Log Message:
better format names and error messages


Index: test_linuxaudiodev
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_linuxaudiodev,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_linuxaudiodev	2000/10/08 19:48:46	1.4
--- test_linuxaudiodev	2001/01/15 22:21:39	1.5
***************
*** 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
--- 4,7 ----
  nchannels must be 1 or 2, not 3
  unknown audio encoding: 177
! for linear unsigned 16-bit little-endian audio, expected sample size 16, not 8
! for linear unsigned 8-bit audio, expected sample size 8, not 16