/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_simple.py

add dirt simple test of revision page

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        testutil.create_request('/project/branch/files')
106
106
        assert 'myfilename' in cherrypy.response.body[0]
107
107
 
 
108
    def test_revision(self):
 
109
        testutil.create_request('/project/branch/revision/' + self.revid)
 
110
        assert 'myfilename' in cherrypy.response.body[0]
 
111
 
108
112
class TestWithSimpleTreeAndCache(TestWithSimpleTree):
109
113
    config_template = """
110
114
    testing = True