##// END OF EJS Templates
scm: cvs: add invalid revision annotate test in unit model test....
Toshi MARUYAMA -
r5294:5b9655ab8e9c
parent child
Show More
@@ -148,6 +148,9 class RepositoryCvsTest < ActiveSupport::TestCase
148 assert_equal '1.1', ann.revisions[0].revision
148 assert_equal '1.1', ann.revisions[0].revision
149 assert_equal 'LANG', ann.revisions[0].author
149 assert_equal 'LANG', ann.revisions[0].author
150 assert_equal 'CVS test repository', ann.lines[0]
150 assert_equal 'CVS test repository', ann.lines[0]
151
152 # invalid revision
153 assert_nil @repository.annotate('README', '123')
151 end
154 end
152
155
153 else
156 else
General Comments 0
You need to be logged in to leave comments. Login now