summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-05-26 02:04:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-05-26 02:04:58 +0000
commit4883fcdb1e8e1ce041591c1c3e41a9de1c3f9860 (patch)
tree3b4aa69f00fd8f654914bd8b20e03fb65f5e9d5b
parent4a7243aa755e2bcc5a1cff174747f0674690470e (diff)
downloadredmine-4883fcdb1e8e1ce041591c1c3e41a9de1c3f9860.tar.gz
redmine-4883fcdb1e8e1ce041591c1c3e41a9de1c3f9860.zip
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
-rw-r--r--test/functional/repositories_bazaar_controller_test.rb8
1 files changed, 0 insertions, 8 deletions
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