Re: loading fixtures for test suite

2008-03-06 Thread Eric Abrahamsen
Gah TEST_DATABASE_CHARSET Sorry. E On Mar 6, 11:44 pm, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > I'm loading fixtures as part of a test suite, and finding that using > manage.py loaddata directly produces different results than using the > fixtures attribute of django's TestCase. N

loading fixtures for test suite

2008-03-06 Thread Eric Abrahamsen
I'm loading fixtures as part of a test suite, and finding that using manage.py loaddata directly produces different results than using the fixtures attribute of django's TestCase. Namely, Chinese characters in my database get interpreted correctly using loaddata, but running the tests prod