mirror of
https://github.com/python/cpython.git
synced 2025-09-24 09:23:02 +00:00
Issue #22165: merge from 3.4
This commit is contained in:
commit
04c365d7fb
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ class SimpleHTTPServerTestCase(BaseTestCase):
|
||||||
self.assertEqual(data, body)
|
self.assertEqual(data, body)
|
||||||
return body
|
return body
|
||||||
|
|
||||||
|
@support.requires_mac_ver(10, 5)
|
||||||
@unittest.skipUnless(support.TESTFN_UNDECODABLE,
|
@unittest.skipUnless(support.TESTFN_UNDECODABLE,
|
||||||
'need support.TESTFN_UNDECODABLE')
|
'need support.TESTFN_UNDECODABLE')
|
||||||
def test_undecodable_filename(self):
|
def test_undecodable_filename(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue