X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fconfig_test.cc;h=e905500852428e9e8a56afb202342101457b3a22;hb=7c0e02d933c243f0559631402e02fb598caf4647;hp=687bea95676dc097268127e3cf884bf00fce101c;hpb=0697f5820b07046b4502806f7c085dfc4596ee4c;p=dcpomatic.git diff --git a/test/config_test.cc b/test/config_test.cc index 687bea956..e90550085 100644 --- a/test/config_test.cc +++ b/test/config_test.cc @@ -177,7 +177,7 @@ BOOST_AUTO_TEST_CASE (config_upgrade_test) boost::filesystem::copy_file ("test/data/2.14.cinemas.xml", dir / "cinemas.xml"); Config::instance(); try { - /* This will fail to write cinemas.xml since the link is to a non-existant directory */ + /* This will fail to write cinemas.xml since the link is to a non-existent directory */ Config::instance()->write(); } catch (...) {} @@ -215,7 +215,7 @@ BOOST_AUTO_TEST_CASE (config_keep_cinemas_if_making_new_config) boost::filesystem::remove (dir / "2.16" / "config.xml"); Config::instance(); - check_text_file (dir / "backup_for_test.xml", dir / "cinemas.xml.1"); + check_text_file(dir / "backup_for_test.xml", dir / "cinemas.xml"); }