@@ -106,8 +106,10 class RepositoriesGitControllerTest < ActionController::TestCase | |||||
106 | end |
|
106 | end | |
107 |
|
107 | |||
108 | def test_browse_tag |
|
108 | def test_browse_tag | |
|
109 | assert_equal 0, @repository.changesets.count | |||
109 | @repository.fetch_changesets |
|
110 | @repository.fetch_changesets | |
110 |
@ |
|
111 | @project.reload | |
|
112 | assert_equal NUM_REV, @repository.changesets.count | |||
111 | [ |
|
113 | [ | |
112 | "tag00.lightweight", |
|
114 | "tag00.lightweight", | |
113 | "tag01.annotated", |
|
115 | "tag01.annotated", |
General Comments 0
You need to be logged in to leave comments.
Login now