From 92e9ef93948f74398a47fbff29e0bb1635a95a19 Mon Sep 17 00:00:00 2001 From: Jonathan Springer Date: Wed, 12 Mar 2014 15:05:06 -0400 Subject: [PATCH] Missed one --- tests/functional/openlp_core_utils/test_actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/openlp_core_utils/test_actions.py b/tests/functional/openlp_core_utils/test_actions.py index f44ddfafd..125154623 100644 --- a/tests/functional/openlp_core_utils/test_actions.py +++ b/tests/functional/openlp_core_utils/test_actions.py @@ -49,6 +49,7 @@ class TestActionList(TestCase): Prepare the tests """ self.action_list = ActionList.get_instance() + Settings.setDefaultFormat(Settings.IniFormat) self.settings = Settings() fd, self.ini_file = mkstemp('.ini') self.settings.set_filename(self.ini_file)