From: Toshi MARUYAMA Date: Tue, 22 Mar 2011 09:54:11 +0000 (+0000) Subject: scm: git: remove duplicate test from functional test. X-Git-Tag: 1.2.0~647 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=002ff62e331a627e136bab91323c3c717a4eff28;p=redmine.git scm: git: remove duplicate test from functional test. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5197 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index 5cde24748..ff56f5196 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -42,18 +42,6 @@ class RepositoriesGitControllerTest < ActionController::TestCase end if File.directory?(REPOSITORY_PATH) - def test_show - @repository.fetch_changesets - @repository.reload - get :show, :id => 3 - assert_response :success - assert_template 'show' - assert_not_nil assigns(:entries) - assert assigns(:entries).size > 0 - assert_not_nil assigns(:changesets) - assigns(:changesets).size > 0 - end - def test_browse_root @repository.fetch_changesets @repository.reload