##// END OF EJS Templates
scm: git: change test author encoding in unit adapter test to ASCII-8BIT...
Toshi MARUYAMA -
r10201:67cdaabe6f50
parent child
Show More
@@ -400,7 +400,7 begin
400 str_felix_hex = FELIX_HEX.dup
400 str_felix_hex = FELIX_HEX.dup
401 last_rev_author = last_rev.author
401 last_rev_author = last_rev.author
402 if last_rev_author.respond_to?(:force_encoding)
402 if last_rev_author.respond_to?(:force_encoding)
403 last_rev_author.force_encoding('UTF-8')
403 str_felix_hex.force_encoding('ASCII-8BIT')
404 end
404 end
405 assert_equal "ed5bb786bbda2dee66a2d50faf51429dbc043a7b", last_rev.scmid
405 assert_equal "ed5bb786bbda2dee66a2d50faf51429dbc043a7b", last_rev.scmid
406 assert_equal "ed5bb786bbda2dee66a2d50faf51429dbc043a7b", last_rev.identifier
406 assert_equal "ed5bb786bbda2dee66a2d50faf51429dbc043a7b", last_rev.identifier
General Comments 0
You need to be logged in to leave comments. Login now