diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-07-10 13:10:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-07-10 13:10:14 +0000 |
commit | 962ba991158267ecca5e54cbce830e42e9519e91 (patch) | |
tree | bfbfa63f8e2fa2bce2af3b67803cc239507df106 /test/functional/repositories_cvs_controller_test.rb | |
parent | ed37d8ed91c990cc729a86337ed9f2a202893aab (diff) | |
download | redmine-962ba991158267ecca5e54cbce830e42e9519e91.tar.gz redmine-962ba991158267ecca5e54cbce830e42e9519e91.zip |
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
Diffstat (limited to 'test/functional/repositories_cvs_controller_test.rb')
-rw-r--r-- | test/functional/repositories_cvs_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb index 728a38020..6eeb1ff97 100644 --- a/test/functional/repositories_cvs_controller_test.rb +++ b/test/functional/repositories_cvs_controller_test.rb @@ -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 |