Use dcp::compose rather than our own.
[dcpomatic.git] / test / threed_test.cc
index f98464fb5810329d20a6a6903ed2b175bc4fb9b6..06d05c1d8bf1d3c138e97e4167bd93581170117d 100644 (file)
@@ -201,7 +201,7 @@ BOOST_AUTO_TEST_CASE (threed_test7)
                }
        }
        BOOST_REQUIRE (failed);
-       BOOST_CHECK_EQUAL (failed->error_summary(), String::compose("The content file %1 is set as 3D but does not appear to contain 3D images.  Please set it to 2D.  You can still make a 3D DCP from this content by ticking the 3D option in the DCP video tab.", content_path.string()));
+       BOOST_CHECK_EQUAL (failed->error_summary(), dcp::compose("The content file %1 is set as 3D but does not appear to contain 3D images.  Please set it to 2D.  You can still make a 3D DCP from this content by ticking the 3D option in the DCP video tab.", content_path.string()));
 
        while (signal_manager->ui_idle ()) {}