Removing Moscow's timezone check

MOSCOW on October 26 has turned its clocks back one hour switching to permanent
"winter" time and ending the three-year experiment of living on permanent
"summer time." No seasonal time change is envisaged from now on.

For safety, we remove this timezone check

Change-Id: I1614f8f7adb56903816aa5a093d742925dd51ea8
Closes-Bug: #1407055
This commit is contained in:
Yves-Gwenael Bourhis 2015-01-02 11:47:01 +01:00
parent d9d8d861b1
commit 21d0f09216
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class UserSettingsTest(test.TestCase):
res = self.client.get(INDEX_URL)
self.assertContains(res, "UTC +11:00: Australia (Melbourne) Time")
self.assertContains(res, "UTC +04:00: Russia (Moscow) Time")
self.assertContains(res, "UTC -03:00: Falkland Islands Time")
self.assertContains(res, "UTC -10:00: United States (Honolulu) Time")