提交 4b7f95eb 编写于 作者: R Rob 提交者: Jeremy Kemper

Fix binary fixture test on Windows

[#2597 state:committed]
Signed-off-by: NJeremy Kemper <jeremy@bitsweat.net>
上级 d8041538
......@@ -185,7 +185,7 @@ def test_subsubdir_file_with_arbitrary_name
def test_binary_in_fixtures
assert_equal 1, @binaries.size
data = File.read(ASSETS_ROOT + "/flowers.jpg")
data = File.open(ASSETS_ROOT + "/flowers.jpg", 'rb') { |f| f.read }
data.force_encoding('ASCII-8BIT') if data.respond_to?(:force_encoding)
data.freeze
assert_equal data, @flowers.data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册