forked from openlp/openlp
fixed spaces/lines
This commit is contained in:
parent
5b4e285782
commit
573f687d9e
@ -17,7 +17,6 @@ VERSE = u'The Lord said to {r}Noah{/r}: \n'\
|
|||||||
'{r}C{/r}{b}h{/b}{bl}i{/bl}{y}l{/y}{g}d{/g}{pk}'\
|
'{r}C{/r}{b}h{/b}{bl}i{/bl}{y}l{/y}{g}d{/g}{pk}'\
|
||||||
'r{/pk}{o}e{/o}{pp}n{/pp} of the Lord\n'
|
'r{/pk}{o}e{/o}{pp}n{/pp} of the Lord\n'
|
||||||
FOOTER = [u'Arky Arky (Unknown)', u'Public Domain', u'CCLI 123456']
|
FOOTER = [u'Arky Arky (Unknown)', u'Public Domain', u'CCLI 123456']
|
||||||
|
|
||||||
TESTPATH = os.path.abspath(os.path.join(os.path.dirname(__file__), u'..', u'..', u'resources'))
|
TESTPATH = os.path.abspath(os.path.join(os.path.dirname(__file__), u'..', u'..', u'resources'))
|
||||||
|
|
||||||
|
|
||||||
@ -39,7 +38,7 @@ class TestServiceItem(TestCase):
|
|||||||
"""
|
"""
|
||||||
# GIVEN: A new service item
|
# GIVEN: A new service item
|
||||||
|
|
||||||
# WHEN:A service item is created (without a plugin)
|
# WHEN: A service item is created (without a plugin)
|
||||||
service_item = ServiceItem(None)
|
service_item = ServiceItem(None)
|
||||||
|
|
||||||
# THEN: We should get back a valid service item
|
# THEN: We should get back a valid service item
|
||||||
@ -209,4 +208,5 @@ class TestServiceItem(TestCase):
|
|||||||
first_line = items[0]
|
first_line = items[0]
|
||||||
except:
|
except:
|
||||||
first_line = u''
|
first_line = u''
|
||||||
return first_line
|
return first_line
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user