diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-13 09:25:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-13 09:25:48 +0100 |
| commit | 624f94b5e1ebb9efaaff81d4d734ae3600601a79 (patch) | |
| tree | 7fccf8505157dac0fe8be3dfe8005361d7d6654e /test/config_test.cc | |
| parent | d2efd278eb2b60f944470c986b36a37bc496f63c (diff) | |
Missing ConfigRestorer in test.
Diffstat (limited to 'test/config_test.cc')
| -rw-r--r-- | test/config_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/config_test.cc b/test/config_test.cc index 6a65deb2e..6b35c595d 100644 --- a/test/config_test.cc +++ b/test/config_test.cc @@ -196,6 +196,8 @@ BOOST_AUTO_TEST_CASE (config_upgrade_test) BOOST_AUTO_TEST_CASE (config_keep_cinemas_if_making_new_config) { + ConfigRestorer cr; + boost::filesystem::path dir = "build/test/config_keep_cinemas_if_making_new_config"; Config::override_path = dir; Config::drop (); |
