[issue1951] test_wave.py converted to unittest

2008-02-06 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: You're right. It seems that TortoiseSVN generated diff files are different than using the original svn cmd line tool (probably I'm using TortoiseSVN in the wrong way). I'll update the other patches. __ Tracker <[EMAIL PROTECTED

[issue1951] test_wave.py converted to unittest

2008-02-05 Thread Facundo Batista
Facundo Batista added the comment: Applied in r60602. Thank you very much! Note that I had to apply the patch by hand... I think that the problem was in the header: if I get a svn diff, it starts differently than you patch: [EMAIL PROTECTED]:~/devel/reps/python/trunk$ svn diff -r 60601 Lib/test

[issue1951] test_wave.py converted to unittest

2008-01-28 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Glad to help. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1951] test_wave.py converted to unittest

2008-01-28 Thread Christian Heimes
Christian Heimes added the comment: Thanks for the patch! -- keywords: +easy, patch nosy: +tiran priority: -> normal __ Tracker <[EMAIL PROTECTED]> __

[issue1951] test_wave.py converted to unittest

2008-01-27 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Sorry but I realized right now by reading Lib/test/readme.txt that the test scripts are required to have a global "test_main()" function defined hence the "main()" function I defined in my patch should be renamed in "test_main()".

[issue1951] test_wave.py converted to unittest

2008-01-27 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola': In attachment. -- components: Tests files: test_wave.diff messages: 61754 nosy: giampaolo.rodola severity: minor status: open title: test_wave.py converted to unittest type: rfe versions: Python 2.6 Added file: http://bugs.python.org/file9304/test_w