From 36df70dc67dbc1e303a2930163a527934ecde6fd Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 27 Jun 2007 14:29:49 +0000 Subject: [PATCH] Make it possible to capture the complte agenda diff - Legacy-Id: 698 --- ietf/tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/tests.py b/ietf/tests.py index 040167b74..c8f7d264b 100644 --- a/ietf/tests.py +++ b/ietf/tests.py @@ -361,9 +361,9 @@ class UrlTestCase(TestCase): note("Failed diff: %s" % (url)) else: note("Diff: %s" % (url)) - print "\n".join(diff.split("\n")[:100]) - if len(diff.split("\n")) > 100: - print "... (skipping %s lines of diff)" % (len(difflist)-100) + print "\n".join(diff.split("\n")[:120]) + if len(diff.split("\n")) > 120: + print "... (skipping %s lines of diff)" % (len(difflist)-120) else: note("OK cmp %s" % (url))