mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 19:05:51 +01:00
scm: cvs: use model instead of adapter in unit model cat test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5405 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -122,7 +122,7 @@ class RepositoryCvsTest < ActiveSupport::TestCase
|
||||
lines = buf.split("\n")
|
||||
assert_equal 1, lines.length
|
||||
assert_equal 'CVS test repository', lines[0]
|
||||
assert_nil @repository.scm.cat('missing.rb')
|
||||
assert_nil @repository.cat('missing.rb')
|
||||
end
|
||||
else
|
||||
puts "CVS test repository NOT FOUND. Skipping unit tests !!!"
|
||||
|
||||
Reference in New Issue
Block a user