scm: cvs: add missing "assert" changesets size at functional test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6221 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-07-10 13:10:14 +00:00
parent ed37d8ed91
commit 962ba99115
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
assert_equal 'file', entry.kind
assert_not_nil assigns(:changesets)
assigns(:changesets).size > 0
assert assigns(:changesets).size > 0
end
def test_browse_directory