mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
scm: bazaar: add unit adapter test that info is not nil in test repository.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5902 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -56,6 +56,10 @@ begin
|
||||
assert_equal false, @adapter.append_revisions_only
|
||||
end
|
||||
|
||||
def test_info_not_nil
|
||||
assert_not_nil @adapter.info
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def test_scm_version_for(scm_command_version, version)
|
||||
|
||||
Reference in New Issue
Block a user