scm: mercurial: split test_entries_short_id to sub method (#14361)

git-svn-id: http://svn.redmine.org/redmine/trunk@12768 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-02 11:40:44 +00:00
parent 1f2a520a46
commit febd239d22
1 changed files with 10 additions and 5 deletions

View File

@ -85,11 +85,7 @@ class RepositoryMercurialTest < ActiveSupport::TestCase
assert_kind_of Redmine::Scm::Adapters::Entries, entries
end
def test_entries_short_id
assert_equal 0, @repository.changesets.count
@repository.fetch_changesets
@project.reload
assert_equal NUM_REV, @repository.changesets.count
def assert_entries
[2, '400bb8672109', '400', 400].each do |r|
entries1 = @repository.entries(nil, r)
assert entries1
@ -102,6 +98,15 @@ class RepositoryMercurialTest < ActiveSupport::TestCase
assert_equal '9d5b5b004199', readme.changeset.scmid
end
end
private :assert_entries
def test_entries_short_id
assert_equal 0, @repository.changesets.count
@repository.fetch_changesets
@project.reload
assert_equal NUM_REV, @repository.changesets.count
assert_entries
end
def test_entry_on_tip
entry = @repository.entry