Show More
@@ -62,8 +62,8 b' class TestHomeController(TestController)' | |||
|
62 | 62 | rhodecode_version_hash = calculate_version_hash( |
|
63 | 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