scm: cvs: add entries test in invalid revision in model.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5434 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
37c6480e44
commit
cad14abea7
|
@ -102,13 +102,19 @@ class RepositoryCvsTest < ActiveSupport::TestCase
|
|||
assert_equal entries[2].lastrev.author, 'LANG'
|
||||
end
|
||||
|
||||
def test_entries_invalid
|
||||
def test_entries_invalid_path
|
||||
@repository.fetch_changesets
|
||||
@repository.reload
|
||||
assert_nil @repository.entries('missing')
|
||||
assert_nil @repository.entries('missing', '3')
|
||||
end
|
||||
|
||||
def test_entries_invalid_revision
|
||||
@repository.fetch_changesets
|
||||
@repository.reload
|
||||
assert_nil @repository.entries('', '123')
|
||||
end
|
||||
|
||||
def test_cat
|
||||
@repository.fetch_changesets
|
||||
@repository.reload
|
||||
|
|
Loading…
Reference in New Issue