scm: bazaar: rename unit adapter test "test_append_revisions_only" to "test_append_revisions_only_true" (#2799, #4741, #8030).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5936 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a080b09a41
commit
de7f42d257
|
@ -80,7 +80,7 @@ begin
|
|||
assert_equal File.join("\\\\server\\test\\test", ".bzr", "branch", "branch.conf"), bcp
|
||||
end
|
||||
|
||||
def test_append_revisions_only
|
||||
def test_append_revisions_only_true
|
||||
assert_equal true, @adapter.append_revisions_only
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue