mirror of
https://github.com/redmine/redmine.git
synced 2026-01-27 09:49:57 +01:00
scm: cvs: add invalid path entries test at unit model test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5398 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -102,6 +102,13 @@ class RepositoryCvsTest < ActiveSupport::TestCase
|
||||
assert_equal entries[2].lastrev.author, 'LANG'
|
||||
end
|
||||
|
||||
def test_entries_invalid
|
||||
@repository.fetch_changesets
|
||||
@repository.reload
|
||||
assert_nil @repository.entries('missing')
|
||||
assert_nil @repository.entries('missing', '3')
|
||||
end
|
||||
|
||||
def test_cat
|
||||
@repository.fetch_changesets
|
||||
@repository.reload
|
||||
|
||||
Reference in New Issue
Block a user