This commit is contained in:
Jonathan Springer 2014-04-14 16:01:13 -04:00
parent 97ecc3442f
commit 6c86c9768d

View File

@ -72,4 +72,4 @@ class TestBzrTags(TestCase):
tags = [line.decode('utf-8').split() for line in stdout.splitlines()]
# THEN the tags should match the accepted tags
self.assertEqual(TAGS, tags, path)
self.assertEqual(TAGS, tags, 'List of tags should match')