From: Toshi MARUYAMA Date: Tue, 22 Mar 2011 10:46:23 +0000 (+0000) Subject: scm: mercurial: remove duplicate test from functional test. X-Git-Tag: 1.2.0~644 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e191adcae2fe55b20c59c0945712ce73bd9c4d0;p=redmine.git scm: mercurial: remove duplicate test from functional test. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5200 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index b67a0322d..7d6c541f7 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -60,14 +60,6 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase "Current value is '#{Encoding.default_external.to_s}'" def test_fake; assert true end elsif File.directory?(REPOSITORY_PATH) - def test_show - get :show, :id => 3 - assert_response :success - assert_template 'show' - assert_not_nil assigns(:entries) - assert_not_nil assigns(:changesets) - end - def test_show_root @repository.fetch_changesets @repository.reload