Skip to content

Commit 26e1099

Browse files
committed
Updated diffs and a tweak to tests.py
- Legacy-Id: 778
1 parent 3a2788b commit 26e1099

7 files changed

Lines changed: 16 additions & 13 deletions

File tree

ietf/tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ def doUrlsTest(self, lst):
377377
note("Failed diff: %s" % (url))
378378
else:
379379
note("Diff: %s" % (url))
380-
print "\n".join(diff.split("\n")[:120])
381-
if len(diff.split("\n")) > 120:
382-
print "... (skipping %s lines of diff)" % (len(difflist)-120)
380+
print "\n".join(diff.split("\n")[:100])
381+
if len(diff.split("\n")) > 100:
382+
print "... (skipping %s lines of diff)" % (len(difflist)-100)
383383
else:
384384
note("OK cmp %s" % (url))
385385

test/diff/_drafts_dead__sort_name

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
+draft-ietf-msec-tesla-spec-00 2002-10-30 Expired Dead: : Revised I-D Needed
1515
@@ -4799,1 +4798,1 @@
1616
-draft-ietf-ppvpn-vr-mib-05 Replaced I-D Exists
17+
+draft-ietf-ppvpn-vr-mib-05 None Replaced I-D Exists

test/diff/_idtracker_12689_

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@
5252
@@ -140,3 +142,0 @@
5353
-Did you find a bug? Let us know.
5454
-Any question or suggestion?
55+
-This page produced by the IETF Secretariat for the IESG

test/diff/_idtracker_draft-ietf-isis-link-attr_

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@
5252
@@ -140,3 +142,0 @@
5353
-Did you find a bug? Let us know.
5454
-Any question or suggestion?
55+
-This page produced by the IETF Secretariat for the IESG

test/diff/_idtracker_rfc3847_

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@@ -30,3 +30,0 @@
22
-Did you find a bug? Let us know.
33
-Any question or suggestion?
4+
-This page produced by the IETF Secretariat for the IESG

test/diff/_ipr_

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
--- https://datatracker.ietf.org/public/ipr_list.cgi
2-
+++ /ipr/
3-
@@ -63,0 +63,1 @@
4-
+2000-09-15 170 i-DNS.net International general License statement
5-
@@ -66,1 +67,0 @@
6-
-0000-09-15 170 i-DNS.net International general License statement
1+
@@ -22,0 +22,1 @@
2+
+2007-06-26 859 QUALCOMM Incorporated's General License Statement
3+
@@ -1362,1 +1363,0 @@
4+
-Please report any problems to ietf-act ion@ietf.org

test/diff/_ipr_about_

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@@ -5,2 +5,2 @@
2-
-Technology" (updated by RFC4879, "Clarification of the Thrid Party
3-
-Disclosure Procedure in RFC3979".)
1+
@@ -5,1 +5,2 @@
2+
-Technology".
43
+Technology" (updated by RFC4879, "Clarification of the Third Party
5-
+Disclosure Procedure in RFC3979").
4+
+Disclosure Procedure in RFC3979").
5+
@@ -50,1 +51,0 @@
6+
-Please report any problems to ietf-action@ietf.org

0 commit comments

Comments
 (0)