X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fimage_test.cc;fp=test%2Fimage_test.cc;h=94b7ba017d07696bd47ab770db0787f8d46a673d;hp=a529a39355f49a643e8fe38af3abaa1b23d5f20c;hb=9655acbdf359b97c25be20aa72b06ce4ad17a2e7;hpb=577fd839bdf7f78b6e815dae455a377e22d46a94 diff --git a/test/image_test.cc b/test/image_test.cc index a529a3935..94b7ba017 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -223,7 +223,6 @@ BOOST_AUTO_TEST_CASE (alpha_blend_test_onto_xyz) for (int y = 0; y < 50; ++y) { uint16_t* p = reinterpret_cast(xyz.data()[0]) + (y * xyz.stride()[0] / 2); for (int x = 0; x < 50; ++x) { - std::cout << "x=" << x << ", y=" << y << "\n"; if (4 <= x && x < 12 && 4 <= y && y < 12) { BOOST_REQUIRE_EQUAL(p[0], 45078U); BOOST_REQUIRE_EQUAL(p[1], 34939U);