]> granicus.if.org Git - python/commit
On those systems lacking the AFMT_S16_NE symbol, the test was failing
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Wed, 2 Jul 2003 14:05:08 +0000 (14:05 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Wed, 2 Jul 2003 14:05:08 +0000 (14:05 +0000)
commit348c261fe676d7577e240eb5db6c4c0dd07674f0
tree1024234708f54d31983b8c4173aa109995194888
parentabccf41a7d616cc950510ad4a3526b11e012ee24
On those systems lacking the AFMT_S16_NE symbol, the test was failing
because it was still looking in the ossaudiodev module namespace for
this symbol.

As the symbol has already been rebound as a global, use that instead.
Lib/test/test_ossaudiodev.py