diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-09-29 11:49:10 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-09-29 11:49:10 (GMT) |
commit | ff1ef074ede8574ad3a346810e08a45ab171416d (patch) | |
tree | 730c8c58fa0d56ddd9c7687d77a09a564483079e | |
parent | 22970667daa7774671f739006ad1553c5fc0dae5 (diff) | |
download | cpython-ff1ef074ede8574ad3a346810e08a45ab171416d.zip cpython-ff1ef074ede8574ad3a346810e08a45ab171416d.tar.gz cpython-ff1ef074ede8574ad3a346810e08a45ab171416d.tar.bz2 |
Re-enable test.
-rw-r--r-- | Lib/test/test_pep3131.py | 5 |
1 files changed, 1 insertions, 4 deletions
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 @@ 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: |