scm: darcs: remove duplicate test from functional test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5199 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-03-22 10:46:02 +00:00 committed by Eric Davis
parent 5a10fb4f31
commit cae18fa551
1 changed files with 0 additions and 10 deletions

View File

@ -41,16 +41,6 @@ class RepositoriesDarcsControllerTest < ActionController::TestCase
end
if File.directory?(REPOSITORY_PATH)
def test_show
@repository.fetch_changesets
@repository.reload
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
@repository.fetch_changesets
@repository.reload