@@ -181,8 +181,10 class RepositoriesMercurialControllerTest < ActionController::TestCase | |||||
181 | end |
|
181 | end | |
182 |
|
182 | |||
183 | def test_show_tag |
|
183 | def test_show_tag | |
|
184 | assert_equal 0, @repository.changesets.count | |||
184 | @repository.fetch_changesets |
|
185 | @repository.fetch_changesets | |
185 |
@ |
|
186 | @project.reload | |
|
187 | assert_equal NUM_REV, @repository.changesets.count | |||
186 | [ |
|
188 | [ | |
187 | @tag_char_1, |
|
189 | @tag_char_1, | |
188 | 'tag_test.00', |
|
190 | 'tag_test.00', |
General Comments 0
You need to be logged in to leave comments.
Login now