added to settings.py
DATABASE_OPTIONS = {
'init_command' : 'SET NAMES "utf8"',
}
reran unit test, and still the same error.
FAIL: testTag (sorl.thumbnail.tests.templatetags.ThumbnailTagTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/
templatetags.py", line 118, in testTag
self.verify_thumbnail((90, 67), expected_filename=expected_fn)
File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/
base.py", line 92, in verify_thumbnail
self.assertEqual(image.size, expected_size)
AssertionError: (90, 68) != (90, 67)
----------------------------------------------------------------------
Ran 237 tests in 1306.989s
FAILED (failures=4, errors=8)
Destroying test database 'default'...
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.