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
This commit is contained in:
parent
4a7243aa75
commit
4883fcdb1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue