This commit is contained in:
Tim Bentley 2013-02-16 10:17:48 +00:00
parent 8ad83b52ba
commit 454f428845
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ class TestStartNoteDialog(TestCase):
# WHEN I have an empty display
# THEN the count of items should be zero
self.assertEqual(self.service_manager.service_manager_list.topLevelItemCount(), 0,
u'The service manager list is not empty ')
u'The service manager list should be empty ')