mirror of
https://github.com/redmine/redmine.git
synced 2026-03-10 06:30:54 +01:00
Merged r4644 and r4674 from trunk (mercurial unit app test).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.1-stable@4675 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -102,7 +102,8 @@ class RepositoryMercurialTest < ActiveSupport::TestCase
|
||||
@repository.reload
|
||||
|
||||
cs1 = @repository.changesets.find_by_revision('13')
|
||||
c1 = cs1.changes
|
||||
assert_not_nil cs1
|
||||
c1 = cs1.changes.sort_by(&:path)
|
||||
assert_equal 2, c1.size
|
||||
|
||||
assert_equal 'A', c1[0].action
|
||||
|
||||
Reference in New Issue
Block a user