Changes between Initial Version and Version 1 of Ticket #1621


Ignore:
Timestamp:
01/09/12 10:44:06 (2 years ago)
Author:
seanh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1621 – Description

    initial v1  
    11A test case is currently failing for me on master: 
    22 
     3 
     4{{{ 
    35ERROR: ckan.tests.functional.test_user.TestUserController.test_user_create_unicode 
    46---------------------------------------------------------------------- 
     
    3133    hashed_pass = sha1(password_8bit + self.password[:40]) 
    3234UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128) 
     35 
     36}}}