Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail with PyPy 2.0beta1 #7

Closed
kmike opened this issue Apr 13, 2013 · 0 comments
Closed

Tests fail with PyPy 2.0beta1 #7

kmike opened this issue Apr 13, 2013 · 0 comments

Comments

@kmike
Copy link
Member

kmike commented Apr 13, 2013

Traceback:

.......F...........................
======================================================================
FAIL: test_invalid_utf8_encoded_body_with_valid_utf8_BOM (w3lib.tests.test_encoding.HtmlConversionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/kmike/svn/w3lib/w3lib/tests/test_encoding.py", line 115, in test_invalid_utf8_encoded_body_with_valid_utf8_BOM
    'utf-8',u'WORD\ufffd\ufffd')
  File "/Users/kmike/svn/w3lib/w3lib/tests/test_encoding.py", line 96, in _assert_encoding
    self.assertEqual(body_unicode, expected_unicode)
AssertionError: u'WORD\ufffd' != u'WORD\ufffd\ufffd'
- WORD\ufffd
+ WORD\ufffd\ufffd
?      +

@kmike kmike closed this as completed in c9400a7 Jul 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant