##// END OF EJS Templates
Rails3: scm: cvs: fix error of test_browse_at_given_revision at functional test...
Toshi MARUYAMA -
r7057:8f5f3a2ea298
parent child
Show More
@@ -86,8 +86,10 class RepositoriesCvsControllerTest < ActionController::TestCase
86 86 end
87 87
88 88 def test_browse_at_given_revision
89 assert_equal 0, @repository.changesets.count
89 90 @repository.fetch_changesets
90 @repository.reload
91 @project.reload
92 assert_equal NUM_REV, @repository.changesets.count
91 93 get :show, :id => PRJ_ID, :path => ['images'], :rev => 1
92 94 assert_response :success
93 95 assert_template 'show'
General Comments 0
You need to be logged in to leave comments. Login now