[issue2911] rewrite test_struct as a unittest

2008-06-11 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On Wed, Jun 11, 2008 at 7:33 AM, Giampaolo Rodola' <[EMAIL PROTECTED]> wrote: > > Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: > > In case you're interested there are a bunch of other tests I converted: > http://bugs.python.org/

[issue2911] rewrite test_struct as a unittest

2008-06-11 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: In case you're interested there are a bunch of other tests I converted: http://bugs.python.org/issue?%40search_text=unittest&title=&%40columns=title&id=&%40columns=id&creation=&creator=giampaolo.rodola&activity=&%40columns=activity&%40sort=

[issue2911] rewrite test_struct as a unittest

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I'm sorry. I meant r64102. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

[issue2911] rewrite test_struct as a unittest

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks very much. Reviewed and committed in r64097. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue2911] rewrite test_struct as a unittest

2008-06-08 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: In attachment. All existing tests are unchanged. All tests passed on Windows XP sp3 and Linux Ubuntu Breezie both equipped with Python-2.6a3. -- keywords: +patch nosy: +giampaolo.rodola Added file: http://bugs.python.org/file10554/

[issue2911] rewrite test_struct as a unittest

2008-05-18 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: Perhaps a bigger bug day task? -- components: Tests keywords: easy messages: 67051 nosy: benjamin.peterson priority: low severity: normal status: open title: rewrite test_struct as a unittest type: feature request __