##// END OF EJS Templates
Rails3: scm: git: fix error of test_browse_tag at functional test...
Toshi MARUYAMA -
r7005:e47f55eccfcf
parent child
Show More
@@ -106,8 +106,10 class RepositoriesGitControllerTest < ActionController::TestCase
106 106 end
107 107
108 108 def test_browse_tag
109 assert_equal 0, @repository.changesets.count
109 110 @repository.fetch_changesets
110 @repository.reload
111 @project.reload
112 assert_equal NUM_REV, @repository.changesets.count
111 113 [
112 114 "tag00.lightweight",
113 115 "tag01.annotated",
General Comments 0
You need to be logged in to leave comments. Login now