Fix broken test

This commit is contained in:
Tim Bentley 2013-07-03 17:34:40 +01:00
parent 538e885cfb
commit ab3fd38551
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class TestServiceItem(TestCase):
# THEN: We should get back a converted service item
assert service_item.is_valid is True, u'The new service item should be valid'
assert service_item.processor is not None, u'The Processor should have been set'
assert service_item.processor == u'VLC', u'The Processor should have been set'
assert service_item.title is not None, u'The title should be set to a value'
assert service_item.is_capable(ItemCapabilities.HasDetailedTitleDisplay) is False, \
u'The Capability should have been removed'