@@ -122,7 +122,7 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
122 | 122 | lines = buf.split("\n") |
|
123 | 123 | assert_equal 1, lines.length |
|
124 | 124 | assert_equal 'CVS test repository', lines[0] |
|
125 |
assert_nil @repository |
|
|
125 | assert_nil @repository.cat('missing.rb') | |
|
126 | 126 | end |
|
127 | 127 | else |
|
128 | 128 | puts "CVS test repository NOT FOUND. Skipping unit tests !!!" |
General Comments 0
You need to be logged in to leave comments.
Login now