mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merged revisions 76010 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76010 | antoine.pitrou | 2009-11-01 16:59:11 +0100 (dim., 01 nov. 2009) | 3 lines Fix test skipping in multibyte codec tests ........
This commit is contained in:
parent
412f41e8ec
commit
344ec44be1
2 changed files with 2 additions and 2 deletions
|
@ -933,7 +933,7 @@ class AssortedBytesTest(unittest.TestCase):
|
|||
self.assertRaises(BytesWarning, operator.eq, bytearray(b''), '')
|
||||
self.assertRaises(BytesWarning, operator.ne, bytearray(b''), '')
|
||||
else:
|
||||
# raise test.support.TestSkipped("BytesWarning is needed for this test: use -bb option")
|
||||
# self.skipTest("BytesWarning is needed for this test: use -bb option")
|
||||
pass
|
||||
|
||||
# Optimizations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue