Re: 007 bug in newforms unit test

2007-01-02 Thread Russell Keith-Magee
On 1/3/07, Robert Myers <[EMAIL PROTECTED]> wrote: line 2548, in regressiontests.forms.tests Failed example: print w.render('mydate', '2010-04-15') Thanks for the heads up. Fixed in [4272]. Yours, Russ Magee %-) --~--~-~--~~~---~--~~ You received this mes

007 bug in newforms unit test

2007-01-02 Thread Robert Myers
line 2548, in regressiontests.forms.tests Failed example: print w.render('mydate', '2010-04-15') Is expecting 2006 but it is now 2007. This test will continue to fail each new year so it may be wise to rewrite this test, maybe with the years list populated? line 2485: w = SelectDateWidget(