@@ -100,6 +100,13 begin | |||
|
100 | 100 | assert_equal 4, info.lastrev.identifier.to_i |
|
101 | 101 | end |
|
102 | 102 | |
|
103 | def test_info_emtpy | |
|
104 | adpt = Redmine::Scm::Adapters::BazaarAdapter.new( | |
|
105 | File.join(REPOSITORY_PATH, "empty-branch") | |
|
106 | ) | |
|
107 | assert_equal 0, adpt.info.lastrev.identifier.to_i | |
|
108 | end | |
|
109 | ||
|
103 | 110 | def test_entries_path_invalid |
|
104 | 111 | assert_equal [], @adapter.entries('invalid') |
|
105 | 112 | end |
General Comments 0
You need to be logged in to leave comments.
Login now