Re: Unicode Error - model_regress

2009-06-11 Thread Karen Tracey
On Thu, Jun 11, 2009 at 11:01 AM, Tarun Pasrija wrote: > > In the regression suite, I ran the model model_regress and it fails > with the following error:- > > Database - MYSQL > Platform - Windows > > BrokenUnicodeMethod.objects.all() > Expected: >[] > Got: >[] > > On Linux this test case

Unicode Error - model_regress

2009-06-11 Thread Tarun Pasrija
In the regression suite, I ran the model model_regress and it fails with the following error:- Database - MYSQL Platform - Windows BrokenUnicodeMethod.objects.all() Expected: [] Got: [] On Linux this test case runs fine. The following code breaks in the test case:- class BrokenUnicode