@@ -84,6 +84,13 begin | |||
|
84 | 84 | assert_equal true, @adapter.append_revisions_only |
|
85 | 85 | end |
|
86 | 86 | |
|
87 | def test_append_revisions_only_shared_repo | |
|
88 | adpt = Redmine::Scm::Adapters::BazaarAdapter.new( | |
|
89 | REPOSITORY_PATH | |
|
90 | ) | |
|
91 | assert_equal false, adpt.append_revisions_only | |
|
92 | end | |
|
93 | ||
|
87 | 94 | def test_info_not_nil |
|
88 | 95 | assert_not_nil @adapter.info |
|
89 | 96 | end |
General Comments 0
You need to be logged in to leave comments.
Login now