summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-07-30 15:41:02 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-07-30 15:41:02 (GMT)
commit07e2a0aba9683d22e5df54a7159bd366b8da3908 (patch)
treee5019ad8ca503d8b2a72773784c37719c41de86b /Lib/test/datetimetester.py
parenta787e5f31d53cb8458ebc34b341886db4f8f88dc (diff)
downloadcpython-07e2a0aba9683d22e5df54a7159bd366b8da3908.zip
cpython-07e2a0aba9683d22e5df54a7159bd366b8da3908.tar.gz
cpython-07e2a0aba9683d22e5df54a7159bd366b8da3908.tar.bz2
Issue 24773: Use the standard Asia/Tehran name in the Iran test.
Diffstat (limited to 'Lib/test/datetimetester.py')
-rw-r--r--Lib/test/datetimetester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py
index d17c996..02deb7c 100644
--- a/Lib/test/datetimetester.py
+++ b/Lib/test/datetimetester.py
@@ -4794,7 +4794,7 @@ class ZoneInfoCompleteTest(unittest.TestSuite):
# Iran had a sub-minute UTC offset before 1946.
class IranTest(ZoneInfoTest):
- zonename = 'Iran'
+ zonename = 'Asia/Tehran'
def load_tests(loader, standard_tests, pattern):
standard_tests.addTest(ZoneInfoCompleteTest())