fixed spaces/lines

This commit is contained in:
Andreas Preikschat 2013-02-16 21:00:31 +01:00
parent 5b4e285782
commit 573f687d9e
1 changed files with 3 additions and 3 deletions

View File

@ -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{/pk}{o}e{/o}{pp}n{/pp} of the Lord\n'
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'))
@ -39,7 +38,7 @@ class TestServiceItem(TestCase):
"""
# 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)
# THEN: We should get back a valid service item
@ -209,4 +208,5 @@ class TestServiceItem(TestCase):
first_line = items[0]
except:
first_line = u''
return first_line
return first_line