##// END OF EJS Templates
tests: fixed tests after JS rebuild.
marcink -
r3159:358986ea default
parent child Browse files
Show More
@@ -60,10 +60,10 b' class TestHomeController(TestController)'
60 response = self.app.get(route_path('home'))
60 response = self.app.get(route_path('home'))
61
61
62 rhodecode_version_hash = calculate_version_hash(
62 rhodecode_version_hash = calculate_version_hash(
63 {'beaker.session.secret':'test-rc-uytcxaz'})
63 {'beaker.session.secret': 'test-rc-uytcxaz'})
64 response.mustcontain('style.css?ver={0}'.format(rhodecode_version_hash))
64 response.mustcontain('style.css?ver={0}'.format(rhodecode_version_hash))
65 response.mustcontain('rhodecode-components.js?ver={0}'.format(
65 response.mustcontain('scripts.js?ver={0}'.format(rhodecode_version_hash))
66 rhodecode_version_hash))
66 response.mustcontain('hodecode-components.html?ver={0}'.format(rhodecode_version_hash))
67
67
68 def test_index_contains_backend_specific_details(self, backend):
68 def test_index_contains_backend_specific_details(self, backend):
69 self.log_user()
69 self.log_user()
General Comments 0
You need to be logged in to leave comments. Login now