Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: py3.3 Changeset: r82022:f41f8a7c1fb8 Date: 2016-02-01 00:40 +0100 http://bitbucket.org/pypy/pypy/changeset/f41f8a7c1fb8/
Log: Another test that needed a change for CPython3.3 diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py --- a/pypy/objspace/std/test/test_unicodeobject.py +++ b/pypy/objspace/std/test/test_unicodeobject.py @@ -729,7 +729,7 @@ assert 'ababa'.count('aba') == 1 def test_swapcase(self): - assert '\xe4\xc4\xdf'.swapcase() == '\xc4\xe4\xdf' + assert '\xe4\xc4\xdf'.swapcase() == '\xc4\xe4SS' def test_call_special_methods(self): # xxx not completely clear if these are implementation details or not _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit