forked from openlp/openlp
Testing
This commit is contained in:
parent
fea43c46b9
commit
8b893767f8
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user