UnicodeTranslationsTest.setUp(): Removed the coerce flag to the
GNUTranslations constructor.
diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py
index fc3b941..81a2081 100644
--- a/Lib/test/test_gettext.py
+++ b/Lib/test/test_gettext.py
@@ -274,7 +274,7 @@
         GettextBaseTest.setUp(self)
         fp = open(UMOFILE, 'rb')
         try:
-            self.t = gettext.GNUTranslations(fp, coerce=True)
+            self.t = gettext.GNUTranslations(fp)
         finally:
             fp.close()
         self._ = self.t.ugettext