@@ -148,6 +148,9 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
148 | 148 | assert_equal '1.1', ann.revisions[0].revision |
|
149 | 149 | assert_equal 'LANG', ann.revisions[0].author |
|
150 | 150 | assert_equal 'CVS test repository', ann.lines[0] |
|
151 | ||
|
152 | # invalid revision | |
|
153 | assert_nil @repository.annotate('README', '123') | |
|
151 | 154 | end |
|
152 | 155 | |
|
153 | 156 | else |
General Comments 0
You need to be logged in to leave comments.
Login now