Changes between Initial Version and Version 1 of Ticket #1621
- Timestamp:
- 01/09/12 10:44:06 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1621 – Description
initial v1 1 1 A test case is currently failing for me on master: 2 2 3 4 {{{ 3 5 ERROR: ckan.tests.functional.test_user.TestUserController.test_user_create_unicode 4 6 ---------------------------------------------------------------------- … … 31 33 hashed_pass = sha1(password_8bit + self.password[:40]) 32 34 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128) 35 36 }}}