@@ -70,8 +70,10 class RepositoriesCvsControllerTest < ActionController::TestCase | |||
|
70 | 70 | end |
|
71 | 71 | |
|
72 | 72 | def test_browse_directory |
|
73 | assert_equal 0, @repository.changesets.count | |
|
73 | 74 | @repository.fetch_changesets |
|
74 |
@ |
|
|
75 | @project.reload | |
|
76 | assert_equal NUM_REV, @repository.changesets.count | |
|
75 | 77 | get :show, :id => PRJ_ID, :path => ['images'] |
|
76 | 78 | assert_response :success |
|
77 | 79 | assert_template 'show' |
General Comments 0
You need to be logged in to leave comments.
Login now