From 56f5bbac526eed043ac6899e416e097a508e3924 Mon Sep 17 00:00:00 2001 From: Ian Knight Date: Tue, 26 Apr 2016 12:17:38 +0930 Subject: [PATCH] Testing --- tests/functional/openlp_core_lib/test_htmlbuilder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/openlp_core_lib/test_htmlbuilder.py b/tests/functional/openlp_core_lib/test_htmlbuilder.py index b90531c8d..58841eb90 100644 --- a/tests/functional/openlp_core_lib/test_htmlbuilder.py +++ b/tests/functional/openlp_core_lib/test_htmlbuilder.py @@ -369,6 +369,7 @@ class Htmbuilder(TestCase, TestMixin): item = MagicMock() item.theme_data = None item.footer = 'FAIL' + height = 1024 # WHEN: Settings say that footer should wrap css.append(build_footer_css(item, height))