##// END OF EJS Templates
fixed annotate tests
marcink -
r2180:c2d3cb1f beta
parent child Browse files
Show More
@@ -129,10 +129,11 b' class TestFilesController(TestController'
129
129
130 def test_file_annotation(self):
130 def test_file_annotation(self):
131 self.log_user()
131 self.log_user()
132 response = self.app.get(url(controller='files', action='annotate',
132 response = self.app.get(url(controller='files', action='index',
133 repo_name=HG_REPO,
133 repo_name=HG_REPO,
134 revision='27cd5cce30c96924232dffcd24178a07ffeb5dfc',
134 revision='27cd5cce30c96924232dffcd24178a07ffeb5dfc',
135 f_path='vcs/nodes.py'))
135 f_path='vcs/nodes.py',
136 annotate=True))
136
137
137
138
138 response.mustcontain("""<optgroup label="Changesets">
139 response.mustcontain("""<optgroup label="Changesets">
General Comments 0
You need to be logged in to leave comments. Login now