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
This commit is contained in:
parent
cae18fa551
commit
317aca7c4c
@ -60,14 +60,6 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase
|
|||||||
"Current value is '#{Encoding.default_external.to_s}'"
|
"Current value is '#{Encoding.default_external.to_s}'"
|
||||||
def test_fake; assert true end
|
def test_fake; assert true end
|
||||||
elsif File.directory?(REPOSITORY_PATH)
|
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
|
def test_show_root
|
||||||
@repository.fetch_changesets
|
@repository.fetch_changesets
|
||||||
@repository.reload
|
@repository.reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user