summaryrefslogtreecommitdiff
path: root/test/threed_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/threed_test.cc')
-rw-r--r--test/threed_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/threed_test.cc b/test/threed_test.cc
index 5508eb735..6e666bcf6 100644
--- a/test/threed_test.cc
+++ b/test/threed_test.cc
@@ -44,6 +44,7 @@
#include "test.h"
#include <dcp/mono_j2k_picture_asset.h>
#include <dcp/stereo_j2k_picture_asset.h>
+#include <fmt/format.h>
#include <boost/test/unit_test.hpp>
#include <iostream>
@@ -209,7 +210,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.", boost::filesystem::canonical(content_path).string()));
+ BOOST_CHECK_EQUAL (failed->error_summary(), fmt::format("The content file {} 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.", boost::filesystem::canonical(content_path).string()));
while (signal_manager->ui_idle ()) {}