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