Commit 66d6ef87 authored by Toshi MARUYAMA's avatar Toshi MARUYAMA Committed by Eric Davis

scm: mercurial: add test of non ASCII named branch in unit adapter test (#7246).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5115 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 0617c4bb
......@@ -290,6 +290,12 @@ begin
assert_equal 1, @adapter.annotate(p, @tag_char_1).lines.length
end
def test_branch_non_ascii
p = "latin-1-dir/test-#{@char_1}-subdir/test-#{@char_1}-1.txt"
assert @adapter.cat(p, @branch_char_1)
assert_equal 1, @adapter.annotate(p, @branch_char_1).lines.length
end
def test_nodes_in_branch
[
'default',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment