commit | ff1ef074ede8574ad3a346810e08a45ab171416d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Sep 29 13:49:10 2011 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Sep 29 13:49:10 2011 +0200 |
tree | 730c8c58fa0d56ddd9c7687d77a09a564483079e | |
parent | 22970667daa7774671f739006ad1553c5fc0dae5 [diff] [blame] |
Re-enable test.
diff --git a/Lib/test/test_pep3131.py b/Lib/test/test_pep3131.py index e5f3d04..2e6b90a 100644 --- a/Lib/test/test_pep3131.py +++ b/Lib/test/test_pep3131.py
@@ -17,10 +17,7 @@ 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: