Commit 1bfb87df authored by Toshi MARUYAMA's avatar Toshi MARUYAMA Committed by Eric Davis

scm: mercurial: remove duplicates tests in unit model test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5090 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 943c7812
......@@ -191,13 +191,6 @@ class RepositoryMercurialTest < ActiveSupport::TestCase
assert_equal 'abc400bb8672', c.event_url[:rev]
end
def test_latest_changesets_with_limit
@repository.fetch_changesets
@repository.reload
changesets = @repository.latest_changesets('', nil, 2)
assert_equal @repository.latest_changesets('', nil)[0, 2], changesets
end
def test_previous
@repository.fetch_changesets
@repository.reload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment