Try again to fix windows tests.
[dcpomatic.git] / test / config_test.cc
index d22e635c826a93713b0fb067158f11217a992370..67c00cf41c80bb786082c4f8997d7dc5f9c2f9a6 100644 (file)
@@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE (config_write_utf8_test)
        Config::drop ();
        Config::instance()->write();
 
-       check_file ("test/data/utf8_config.xml", "build/test/config.xml", false);
+       check_text_file ("test/data/utf8_config.xml", "build/test/config.xml");
 
        /* This test has called Config::set_defaults(), so take us back
           to the config that we want for our tests.