Fix a warning in a test
This commit is contained in:
@@ -64,7 +64,7 @@ class TestServeMode < Test::Unit::TestCase
|
|||||||
assert_equal 0, rsp[:error]
|
assert_equal 0, rsp[:error]
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_equal "\xFF\xFF", @env.file1.read (0, 2 )
|
assert_equal "\xFF\xFF", @env.file1.read( 0, 2 )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user