##// END OF EJS Templates
scm: cvs: use model instead of adapter in unit model cat test....
Toshi MARUYAMA -
r5285:7b72dc874d53
parent child
Show More
@@ -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.scm.cat('missing.rb')
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