off
git-svn-id: file:///home/svn/framework3/trunk@4720 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d037a7c093
commit
0aaad5f9c2
|
@ -1,5 +1,5 @@
|
|||
##
|
||||
# $Id:$
|
||||
# $Id$
|
||||
##
|
||||
|
||||
##
|
||||
|
@ -35,9 +35,9 @@ $framework.encoders.each_module { |name, mod|
|
|||
|
||||
1000.times {
|
||||
|
||||
if (MachineTest.testraw(buf = e.to_native(e.encode("\xcc"))))
|
||||
if (rv = MachineTest.testraw(buf = e.to_native(e.encode("\xcc"))))
|
||||
failed += 1
|
||||
$stderr.puts("#{name.ljust(25)}: failure: #{Rex::Text.to_hex(buf)}")
|
||||
$stderr.puts("#{name.ljust(25)}[off=#{rv}]: failure: #{Rex::Text.to_hex(buf)}")
|
||||
else
|
||||
passed += 1
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue