From 638a3b2af44779f0d7064722f6154ac483c8e0f9 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 18 Jul 2010 08:14:20 -0700
Subject: [PATCH] test_encodingutil: correct an error in the previous patch to
 StdlibUnicode.test_open_representable.

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

diff --git a/src/allmydata/test/test_encodingutil.py b/src/allmydata/test/test_encodingutil.py
index 1a66d7a6..d788abf5 100644
--- a/src/allmydata/test/test_encodingutil.py
+++ b/src/allmydata/test/test_encodingutil.py
@@ -273,7 +273,7 @@ class StdlibUnicode(unittest.TestCase):
         self.failIfIn("~", expanded)
         self.failUnless(expanded.endswith(lumiere_nfc), expanded)
 
-    def test_open_unrepresentable(self, mock):
+    def test_open_unrepresentable(self):
         if unicode_platform():
             raise unittest.SkipTest("This test is not applicable to platforms that represent filenames as Unicode.")
 
-- 
2.45.2