Re: [pygame] [BUG] midi unit test for Pygame rev 2500, Python 2.6.2, Windows XP

2009-07-12 Thread René Dudfield
On Mon, Jul 13, 2009 at 1:27 PM, Brian Fisher wrote:

> The svn builds get what I think is the same error but only on python 2.4:
> http://thorbrian.com/pygame/builds.php
>
> Note they've had the bug for a long time - but the portmidi debug prints
> were a red herring that obscured it.
>
>

ah, cool.

the test was buggy I think.  It was checking against a previously declared
variable.

Committed revision 2503.

cheers,


Re: [pygame] [BUG] midi unit test for Pygame rev 2500, Python 2.6.2, Windows XP

2009-07-12 Thread Brian Fisher
The svn builds get what I think is the same error but only on python 2.4:
http://thorbrian.com/pygame/builds.php

Note they've had the bug for a long time - but the portmidi debug prints
were a red herring that obscured it.


On Thu, Jul 9, 2009 at 3:21 PM, Lenard Lindstrom  wrote:

> Hi,
>
> The Python 1.9.0 rc 3 unit tests fail with the following midi related bug:
>
> ==
> ERROR: MidiTest.test_get_device_info
> --
> Traceback (most recent call last):
>  File "C:\python26\lib\site-packages\pygame\tests\midi_test.py", line 400,
> in t
> est_get_device_info
>   raise Exception(repr(r))
> Exception: None
>
> --
>
> Lenard
>
>
>


[pygame] [BUG] midi unit test for Pygame rev 2500, Python 2.6.2, Windows XP

2009-07-09 Thread Lenard Lindstrom

Hi,

The Python 1.9.0 rc 3 unit tests fail with the following midi related bug:

==
ERROR: MidiTest.test_get_device_info
--
Traceback (most recent call last):
 File "C:\python26\lib\site-packages\pygame\tests\midi_test.py", line 
400, in t

est_get_device_info
   raise Exception(repr(r))
Exception: None

--

Lenard