Browse Source

scm: cvs: remove duplicate test in functional test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5188 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.2.0
Toshi MARUYAMA 13 years ago
parent
commit
bda4f7b6ee
1 changed files with 0 additions and 10 deletions
  1. 0
    10
      test/functional/repositories_cvs_controller_test.rb

+ 0
- 10
test/functional/repositories_cvs_controller_test.rb View File

@@ -47,16 +47,6 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
end

if File.directory?(REPOSITORY_PATH)
def test_show
@repository.fetch_changesets
@repository.reload
get :show, :id => PRJ_ID
assert_response :success
assert_template 'show'
assert_not_nil assigns(:entries)
assert_not_nil assigns(:changesets)
end

def test_browse_root
@repository.fetch_changesets
@repository.reload

Loading…
Cancel
Save