Remove 32x32 test image.
[libdcp.git] / test / encryption_test.cc
index 9748ee3fc169d13b3dd1a944beb823374d994d65..7bf83c4c5b889500f5c7636545cd9c5078d0d5da 100644 (file)
@@ -92,7 +92,7 @@ BOOST_AUTO_TEST_CASE (encryption_test)
        mp->set_key (key);
 
        shared_ptr<dcp::PictureAssetWriter> writer = mp->start_write ("build/test/DCP/encryption_test/video.mxf", false);
-       dcp::File j2c ("test/data/32x32_red_square.j2c");
+       dcp::File j2c ("test/data/flat_red.j2c");
        for (int i = 0; i < 24; ++i) {
                writer->write (j2c.data (), j2c.size ());
        }