scm: mercurial: add test of non ASCII tag in unit adapter test (#1981).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5114 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
dec106c973
commit
0617c4bb4e
@ -284,6 +284,12 @@ begin
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def test_tag_non_ascii
|
||||||
|
p = "latin-1-dir/test-#{@char_1}-1.txt"
|
||||||
|
assert @adapter.cat(p, @tag_char_1)
|
||||||
|
assert_equal 1, @adapter.annotate(p, @tag_char_1).lines.length
|
||||||
|
end
|
||||||
|
|
||||||
def test_nodes_in_branch
|
def test_nodes_in_branch
|
||||||
[
|
[
|
||||||
'default',
|
'default',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user