##// END OF EJS Templates
Rails3: scm: subversion: fix error of test_directory_changes at functional test...
Toshi MARUYAMA -
r7079:b90cc49ecbc4
parent child
Show More
@@ -126,8 +126,10 class RepositoriesSubversionControllerTest < ActionController::TestCase
126 end
126 end
127
127
128 def test_directory_changes
128 def test_directory_changes
129 assert_equal 0, @repository.changesets.count
129 @repository.fetch_changesets
130 @repository.fetch_changesets
130 @repository.reload
131 @project.reload
132 assert_equal NUM_REV, @repository.changesets.count
131 get :changes, :id => PRJ_ID, :path => ['subversion_test', 'folder' ]
133 get :changes, :id => PRJ_ID, :path => ['subversion_test', 'folder' ]
132 assert_response :success
134 assert_response :success
133 assert_template 'changes'
135 assert_template 'changes'
General Comments 0
You need to be logged in to leave comments. Login now