diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-05-30 06:15:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-05-30 06:15:30 (GMT) |
commit | a6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f (patch) | |
tree | 433c17562a1bb731c1f7bbe9423ae83f41fac140 /Lib/test/test_time.py | |
parent | 1b01ccd76a5dfd00efe07af0e942afe0b59de63a (diff) | |
download | cpython-a6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f.zip cpython-a6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f.tar.gz cpython-a6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f.tar.bz2 |
5562 -> 3061.
Diffstat (limited to 'Lib/test/test_time.py')
-rw-r--r-- | Lib/test/test_time.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py index 4e21a64..93d4d36 100644 --- a/Lib/test/test_time.py +++ b/Lib/test/test_time.py @@ -230,7 +230,7 @@ class TestLocale(unittest.TestCase): def tearDown(self): locale.setlocale(locale.LC_ALL, self.oldloc) - def test_bug_5562(self): + def test_bug_3061(self): try: tmp = locale.setlocale(locale.LC_ALL, "fr_FR") except locale.Error: |