##// END OF EJS Templates
scm: bazaar: add unit adapter test that shared repository "append_revisions_only" is false (#2799, #4741, #8030)....
Toshi MARUYAMA -
r5815:a080b09a41ec
parent child
Show More
@@ -84,6 +84,13 begin
84 assert_equal true, @adapter.append_revisions_only
84 assert_equal true, @adapter.append_revisions_only
85 end
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 def test_info_not_nil
94 def test_info_not_nil
88 assert_not_nil @adapter.info
95 assert_not_nil @adapter.info
89 end
96 end
General Comments 0
You need to be logged in to leave comments. Login now