From 9a4a86457320fe21af744e6d8c7dcd08e7c07f63 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 18 Jul 2010 05:54:12 -0700
Subject: [PATCH] test_encodingutil: StdlibUnicode.test_open_representable no
 longer uses a mock.

---
 src/allmydata/test/test_encodingutil.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/allmydata/test/test_encodingutil.py b/src/allmydata/test/test_encodingutil.py
index dd22d0db..1a66d7a6 100644
--- a/src/allmydata/test/test_encodingutil.py
+++ b/src/allmydata/test/test_encodingutil.py
@@ -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.")
-- 
2.45.2