Adds assertion to prevent error in test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4644 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-01-06 19:50:41 +00:00
parent e6118347d3
commit 7620142b70
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ class RepositoryMercurialTest < ActiveSupport::TestCase
@repository.reload
cs1 = @repository.changesets.find_by_revision('13')
assert_not_nil cs1
c1 = cs1.changes
assert_equal 2, c1.size