Missing ConfigRestorer.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Jun 2023 18:54:42 +0000 (20:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Jun 2023 18:54:42 +0000 (20:54 +0200)
test/map_cli_test.cc

index 387e04c8cb775ea4f53f62635f504e616673eae4..143f391b1cf4f06c15b25828634449b612bd9cb5 100644 (file)
@@ -414,6 +414,8 @@ BOOST_AUTO_TEST_CASE(map_two_smpte_cpls_each_with_subs)
 
 BOOST_AUTO_TEST_CASE(map_with_given_config)
 {
+       ConfigRestorer cr;
+
        string const name = "map_with_given_config";
        string const out = String::compose("build/test/%1_out", name);