##// END OF EJS Templates
scm: git: strict Ruby 1.9 string test in unit adapter test....
Toshi MARUYAMA -
r5044:a9d089dbcbee
parent child
Show More
@@ -128,8 +128,8 begin
128 def test_last_rev_with_spaces_in_filename
128 def test_last_rev_with_spaces_in_filename
129 last_rev = @adapter.lastrev("filemane with spaces.txt",
129 last_rev = @adapter.lastrev("filemane with spaces.txt",
130 "ed5bb786bbda2dee66a2d50faf51429dbc043a7b")
130 "ed5bb786bbda2dee66a2d50faf51429dbc043a7b")
131 str_felix_utf8 = FELIX_UTF8
131 str_felix_utf8 = FELIX_UTF8.dup
132 str_felix_hex = FELIX_HEX
132 str_felix_hex = FELIX_HEX.dup
133 last_rev_author = last_rev.author
133 last_rev_author = last_rev.author
134 if last_rev_author.respond_to?(:force_encoding)
134 if last_rev_author.respond_to?(:force_encoding)
135 last_rev_author.force_encoding('UTF-8')
135 last_rev_author.force_encoding('UTF-8')
General Comments 0
You need to be logged in to leave comments. Login now