@@ -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 |
@ |
|
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