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