diff --git a/ietf/tests.py b/ietf/tests.py index 23c3c2bb0..ef3b84720 100644 --- a/ietf/tests.py +++ b/ietf/tests.py @@ -175,6 +175,7 @@ class UrlTestCase(TestCase): print "Miss %3s %s ->" % (code, testurl) print " %s" % (response['Location']) print " (wanted %s)" % (url) + print "" #res = ("Fail", "wrong-reponse") else: print "Fail %s %s" % (code, testurl)