@@ -126,8 +126,10 class RepositoriesSubversionControllerTest < ActionController::TestCase | |||
|
126 | 126 | end |
|
127 | 127 | |
|
128 | 128 | def test_directory_changes |
|
129 | assert_equal 0, @repository.changesets.count | |
|
129 | 130 | @repository.fetch_changesets |
|
130 |
@ |
|
|
131 | @project.reload | |
|
132 | assert_equal NUM_REV, @repository.changesets.count | |
|
131 | 133 | get :changes, :id => PRJ_ID, :path => ['subversion_test', 'folder' ] |
|
132 | 134 | assert_response :success |
|
133 | 135 | assert_template 'changes' |
General Comments 0
You need to be logged in to leave comments.
Login now