From: Toshi MARUYAMA Date: Thu, 26 May 2011 02:04:58 +0000 (+0000) Subject: scm: bazaar: remove duplicate test from functional test. X-Git-Tag: 1.3.0~1933 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4883fcdb1e8e1ce041591c1c3e41a9de1c3f9860;p=redmine.git scm: bazaar: remove duplicate test from functional test. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5916 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/repositories_bazaar_controller_test.rb b/test/functional/repositories_bazaar_controller_test.rb index 910a534f2..52b6ba6dd 100644 --- a/test/functional/repositories_bazaar_controller_test.rb +++ b/test/functional/repositories_bazaar_controller_test.rb @@ -43,14 +43,6 @@ class RepositoriesBazaarControllerTest < ActionController::TestCase end if File.directory?(REPOSITORY_PATH) - def test_show - 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 get :show, :id => PRJ_ID assert_response :success