##// END OF EJS Templates
scm: cvs: add missing "assert" changesets size at functional test....
Toshi MARUYAMA -
r6101:962ba9911582
parent child
Show More
@@ -63,7 +63,7 class RepositoriesCvsControllerTest < ActionController::TestCase
63 assert_equal 'file', entry.kind
63 assert_equal 'file', entry.kind
64
64
65 assert_not_nil assigns(:changesets)
65 assert_not_nil assigns(:changesets)
66 assigns(:changesets).size > 0
66 assert assigns(:changesets).size > 0
67 end
67 end
68
68
69 def test_browse_directory
69 def test_browse_directory
General Comments 0
You need to be logged in to leave comments. Login now