Merge "Improve test stability"

This commit is contained in:
Jenkins 2013-05-28 18:23:26 +00:00 committed by Gerrit Code Review
commit 1a6ca7bfc6
1 changed files with 2 additions and 1 deletions

View File

@ -28,5 +28,6 @@ class UserSettingsTest(test.TestCase):
res = self.client.get(INDEX_URL)
self.assertContains(res, "Australia/Melbourne (UTC +11:00)")
self.assertContains(res, "Canada/Newfoundland (UTC -03:30)")
self.assertContains(res, "Europe/Moscow (UTC +04:00)")
self.assertContains(res, "Atlantic/Stanley (UTC -03:00)")
self.assertContains(res, "Pacific/Honolulu (UTC -10:00)")