Removed a remnant of Tim's test

This commit is contained in:
Raoul Snyman 2013-07-05 09:47:09 +02:00
parent 8ddca0be2b
commit cee5132b86
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,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']
TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), u'..', u'..', u'resources'))
class TestServiceItem(TestCase):