##// END OF EJS Templates
scm: cvs: check assign changesets in root directory showing of functional test....
Toshi MARUYAMA -
r5069:dc63efa5355b
parent child
Show More
@@ -61,6 +61,9 class RepositoriesCvsControllerTest < ActionController::TestCase
61
61
62 entry = assigns(:entries).detect {|e| e.name == 'README'}
62 entry = assigns(:entries).detect {|e| e.name == 'README'}
63 assert_equal 'file', entry.kind
63 assert_equal 'file', entry.kind
64
65 assert_not_nil assigns(:changesets)
66 assigns(:changesets).size > 0
64 end
67 end
65
68
66 def test_browse_directory
69 def test_browse_directory
General Comments 0
You need to be logged in to leave comments. Login now