From bbef41af7a2214b2cf9685710192ac35d98f9068 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 4 Dec 2015 17:57:06 +0530 Subject: [PATCH] Fix missing option in test configuration Add danube_edition option to the Misc section of the configuration file. Without this option, this 'missing section' test case will fail with 'missing option' instead of 'missing section'. Coupled with the unpredictable order of reading options, this only happens sometimes. --- plinth/tests/data/plinth.config.with_missing_sections | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/tests/data/plinth.config.with_missing_sections b/plinth/tests/data/plinth.config.with_missing_sections index 8e45697c1..bd73a0097 100644 --- a/plinth/tests/data/plinth.config.with_missing_sections +++ b/plinth/tests/data/plinth.config.with_missing_sections @@ -1,3 +1,3 @@ [Misc] box_name = FreedomBox - +danube_edition = False