1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-29 19:37:38 +00:00
This commit is contained in:
Ian Knight 2016-04-26 12:17:38 +09:30
parent b8173f7f0e
commit 56f5bbac52

View File

@ -369,6 +369,7 @@ class Htmbuilder(TestCase, TestMixin):
item = MagicMock() item = MagicMock()
item.theme_data = None item.theme_data = None
item.footer = 'FAIL' item.footer = 'FAIL'
height = 1024
# WHEN: Settings say that footer should wrap # WHEN: Settings say that footer should wrap
css.append(build_footer_css(item, height)) css.append(build_footer_css(item, height))