mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 13:55:52 +01:00
scm: bazaar: add unit adapter test of entries invalid path.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5924 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -97,6 +97,10 @@ begin
|
||||
assert_equal 4, info.lastrev.identifier.to_i
|
||||
end
|
||||
|
||||
def test_entries_path_invalid
|
||||
assert_equal [], @adapter.entries('invalid')
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def test_scm_version_for(scm_command_version, version)
|
||||
|
||||
Reference in New Issue
Block a user