This commit is contained in:
Andreas Preikschat 2013-09-11 17:08:08 +02:00
parent f1009fbc18
commit ffe0ccb625

View File

@ -12,7 +12,7 @@ from openlp.core.lib.htmlbuilder import build_html, build_background_css, build_
from openlp.core.lib.theme import HorizontalType, VerticalType from openlp.core.lib.theme import HorizontalType, VerticalType
BUILD_HTML = """ HTML = """
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -225,7 +225,7 @@ class Htmbuilder(TestCase):
html = build_html(item, screen, is_live, background, plugins=plugins) html = build_html(item, screen, is_live, background, plugins=plugins)
# THEN: The returned html should match. # THEN: The returned html should match.
assert html == BUILD_HTML assert html == HTML
def build_background_css_radial_test(self): def build_background_css_radial_test(self):
""" """