@@ -158,8 +158,10 class RepositoriesMercurialControllerTest < ActionController::TestCase | |||||
158 | end |
|
158 | end | |
159 |
|
159 | |||
160 | def test_show_branch |
|
160 | def test_show_branch | |
|
161 | assert_equal 0, @repository.changesets.count | |||
161 | @repository.fetch_changesets |
|
162 | @repository.fetch_changesets | |
162 |
@ |
|
163 | @project.reload | |
|
164 | assert_equal NUM_REV, @repository.changesets.count | |||
163 | [ |
|
165 | [ | |
164 | 'default', |
|
166 | 'default', | |
165 | @branch_char_1, |
|
167 | @branch_char_1, |
General Comments 0
You need to be logged in to leave comments.
Login now