Show More
@@ -60,10 +60,10 b' class TestHomeController(TestController)' | |||
|
60 | 60 | response = self.app.get(route_path('home')) |
|
61 | 61 | |
|
62 | 62 | rhodecode_version_hash = calculate_version_hash( |
|
63 | {'beaker.session.secret':'test-rc-uytcxaz'}) | |
|
63 | {'beaker.session.secret': 'test-rc-uytcxaz'}) | |
|
64 | 64 | response.mustcontain('style.css?ver={0}'.format(rhodecode_version_hash)) |
|
65 |
response.mustcontain(' |
|
|
66 | rhodecode_version_hash)) | |
|
65 | response.mustcontain('scripts.js?ver={0}'.format(rhodecode_version_hash)) | |
|
66 | response.mustcontain('hodecode-components.html?ver={0}'.format(rhodecode_version_hash)) | |
|
67 | 67 | |
|
68 | 68 | def test_index_contains_backend_specific_details(self, backend): |
|
69 | 69 | self.log_user() |
General Comments 0
You need to be logged in to leave comments.
Login now