@@ -179,8 +179,10 class RepositoriesSubversionControllerTest < ActionController::TestCase | |||
|
179 | 179 | end |
|
180 | 180 | |
|
181 | 181 | def test_directory_entry |
|
182 | assert_equal 0, @repository.changesets.count | |
|
182 | 183 | @repository.fetch_changesets |
|
183 |
@ |
|
|
184 | @project.reload | |
|
185 | assert_equal NUM_REV, @repository.changesets.count | |
|
184 | 186 | get :entry, :id => PRJ_ID, :path => ['subversion_test', 'folder'] |
|
185 | 187 | assert_response :success |
|
186 | 188 | assert_template 'show' |
General Comments 0
You need to be logged in to leave comments.
Login now