@@ -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 |
|
|
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