]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_encodingutil: StdlibUnicode.test_open_representable no longer uses a mock.
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 18 Jul 2010 12:54:12 +0000 (05:54 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 18 Jul 2010 12:54:12 +0000 (05:54 -0700)
src/allmydata/test/test_encodingutil.py

index dd22d0db7a207029e63128cd19b3fdcdbc393918..1a66d7a6d48f44e9e1c671087f717b716f43f9f6 100644 (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.")