Slightly better 'skip' messages from ietf/tests.py

- Legacy-Id: 354
This commit is contained in:
Henrik Levkowetz 2007-06-12 23:01:16 +00:00
parent 3b72993903
commit 1ec697c90a

View file

@ -242,6 +242,6 @@ class UrlTestCase(TestCase):
else:
print "Test exists for %s" % (url)
else:
lst.append((["Skip"], url, None))
lst.append((["Skip"], pattern, None))
self.doUrlsTest(lst)