From aa627ed91dfa078cf715f65a8cf479b792a1549c 2013-11-12 19:11:51 From: Thomas Kluyver Date: 2013-11-12 19:11:51 Subject: [PATCH] Use more obvious non-ascii characters in unicode test --- diff --git a/IPython/lib/tests/test_security.py b/IPython/lib/tests/test_security.py index 562a637..7d89ba1 100644 --- a/IPython/lib/tests/test_security.py +++ b/IPython/lib/tests/test_security.py @@ -22,5 +22,5 @@ def test_bad(): def test_passwd_check_unicode(): # GH issue #4524 - phash = u'sha1:9dc18846ca26:6bb62badc41fde529c258a8a7fbe259a91313df8' - assert passwd_check(phash, u'mypassword³') \ No newline at end of file + phash = u'sha1:23862bc21dd3:7a415a95ae4580582e314072143d9c382c491e4f' + assert passwd_check(phash, u"łe¶ŧ←↓→") \ No newline at end of file