Issue 24773: Use the standard Asia/Tehran name in the Iran test.

This commit is contained in:
Alexander Belopolsky 2016-07-30 11:41:02 -04:00
parent a787e5f31d
commit 07e2a0aba9
1 changed files with 1 additions and 1 deletions

View File

@ -4794,7 +4794,7 @@ def __init__(self):
# 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())