From: Martin v. Löwis Date: Thu, 29 Sep 2011 11:49:10 +0000 (+0200) Subject: Re-enable test. X-Git-Tag: v3.3.0a1~1440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff1ef074ede8574ad3a346810e08a45ab171416d;p=thirdparty%2FPython%2Fcpython.git Re-enable test. --- diff --git a/Lib/test/test_pep3131.py b/Lib/test/test_pep3131.py index e5f3d04d980d..2e6b90a35c63 100644 --- a/Lib/test/test_pep3131.py +++ b/Lib/test/test_pep3131.py @@ -17,10 +17,7 @@ class PEP3131Test(unittest.TestCase): def test_non_bmp_normalized(self): 𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1 - try: - self.assertIn("Unicode", dir()) - except AssertionError: - raise unittest._ExpectedFailure("doesn't work yet") + self.assertIn("Unicode", dir()) def test_invalid(self): try: