test_encodingutil: StdlibUnicode.test_open_representable no longer uses a mock.

This commit is contained in:
david-sarah 2010-07-18 05:54:12 -07:00
parent 7cc98759bd
commit 9a4a864573
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ class StdlibUnicode(unittest.TestCase):
self.failIfIn("~", expanded)
self.failUnless(expanded.endswith(lumiere_nfc), expanded)
@patch('sys.getfilesystemencoding')
def test_open_unrepresentable(self, mock):
if unicode_platform():
raise unittest.SkipTest("This test is not applicable to platforms that represent filenames as Unicode.")