Fix a warning in a test

This commit is contained in:
nick
2013-09-23 10:17:50 +01:00
parent 6553907972
commit 71036730c4

View File

@@ -64,7 +64,7 @@ class TestServeMode < Test::Unit::TestCase
assert_equal 0, rsp[:error]
end
assert_equal "\xFF\xFF", @env.file1.read (0, 2 )
assert_equal "\xFF\xFF", @env.file1.read( 0, 2 )
end