##// END OF EJS Templates
gists: fixed tests after timezone change
marcink -
r1350:fd10a3df default
parent child Browse files
Show More
@@ -90,7 +90,7 b' class TestGistsController(TestController'
90
90
91 # Expiration information should be visible
91 # Expiration information should be visible
92 expires_tag = '%s' % h.age_component(
92 expires_tag = '%s' % h.age_component(
93 h.time_to_datetime(g2.gist_expires))
93 h.time_to_utcdatetime(g2.gist_expires))
94 response.mustcontain(expires_tag.replace('"', '\\"'))
94 response.mustcontain(expires_tag.replace('"', '\\"'))
95
95
96 def test_index_private_gists(self, create_gist):
96 def test_index_private_gists(self, create_gist):
General Comments 0
You need to be logged in to leave comments. Login now