]> granicus.if.org Git - python/commitdiff
this test works as expected now
authorBenjamin Peterson <benjamin@python.org>
Wed, 28 Sep 2011 12:20:00 +0000 (08:20 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 28 Sep 2011 12:20:00 +0000 (08:20 -0400)
Lib/test/test_pep3131.py

index df0f64d86aca72073131ceeae9acd2b519eab5a1..2e6b90a35c63a67ee2237b6620affc8502de8221 100644 (file)
@@ -17,12 +17,7 @@ class PEP3131Test(unittest.TestCase):
 
     def test_non_bmp_normalized(self):
         𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1
-        # On wide builds, this is normalized, but on narrow ones it is not. See
-        # #12746.
-        try:
-            self.assertIn("𝔘𝔫𝔦𝔠𝔬𝔡𝔢", dir())
-        except AssertionError:
-            raise unittest.case._ExpectedFailure(sys.exc_info())
+        self.assertIn("Unicode", dir())
 
     def test_invalid(self):
         try: