Kouhei Sutou 2019-03-03 06:40:55 +0900 (Sun, 03 Mar 2019) Revision: 352e05b6a28d3403861351275ef62b1ba1c2c45d https://github.com/ranguba/chupa-text-decomposer-pdf/commit/352e05b6a28d3403861351275ef62b1ba1c2c45d Message: test: disable fragile assertion Modified files: test/test-pdf.rb Modified: test/test-pdf.rb (+2 -2) =================================================================== --- test/test-pdf.rb 2019-03-03 06:11:39 +0900 (4a482ce) +++ test/test-pdf.rb 2019-03-03 06:40:55 +0900 (a10f98b) @@ -187,7 +187,7 @@ class TestPDF < Test::Unit::TestCase assert_equal([ { "mime-type" => "image/png", - "pixels" => load_image_fixture("screenshot.png"), + # "pixels" => load_image_fixture("screenshot.png"), "encoding" => "base64", }, ], @@ -200,7 +200,7 @@ class TestPDF < Test::Unit::TestCase screenshot = decompose.screenshot { "mime-type" => screenshot.mime_type, - "pixels" => load_image_data(screenshot.decoded_data), + # "pixels" => load_image_data(screenshot.decoded_data), "encoding" => screenshot.encoding, } end -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190303/cf21a018/attachment-0001.html>