From 0d69f6382986cddf6fd6fd1428f58a0e18cd2fdb Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 11 Jun 2007 20:29:25 +0000 Subject: [PATCH] Consistency fix... - Legacy-Id: 322 --- ietf/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/tests.py b/ietf/tests.py index a90aff429..37392373a 100644 --- a/ietf/tests.py +++ b/ietf/tests.py @@ -194,7 +194,7 @@ class UrlTestCase(TestCase): print "Diff: %s" % (url) print diff else: - print "OK diff %s" % (url) + print "OK cmp %s" % (url) except: print "Exception occurred for url %s" % (url)