Skip to content

Commit 8a3936d

Browse files
committed
Acceptable diff: changed order of related drafts in IPR search result. Also a tweak to tests.py regarding test-url to diff filename mangling.
- Legacy-Id: 395
1 parent 76378ad commit 8a3936d

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

ietf/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def doUrlsTest(self, lst):
191191
# discard them too
192192
diff = ""
193193
if diff:
194-
dfile = "%s/../test/diff/%s" % (settings.BASE_DIR, url.replace("/", "_"))
194+
dfile = "%s/../test/diff/%s" % (settings.BASE_DIR, url.replace("/", "_").replace("?", "_"))
195195
if os.path.exists(dfile):
196196
dfile = open(dfile)
197197
#print "Reading OK diff file:", dfile.name
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
--- https://datatracker.ietf.org/public/ipr_search.cgi?option=document_search&id_document_tag=2220
2+
+++ /ipr/search/?option=document_search&id_document_tag=2220
3+
@@ -52,0 +52,6 @@
4+
+Search result on draft-ietf-mobileip-protocol, "IP Mobility Support",
5+
+that was published as RFC2002, "IP Mobility Support"
6+
+
7+
+No IPR disclosures related to draft-ietf-mobileip-protocol have been
8+
+submitted
9+
+
10+
@@ -56,0 +62,7 @@
11+
+
12+
+Search result on draft-ietf-mobileip-rfc2002-bis, "IP Mobility Support
13+
+for IPv4, revised", that was published as RFC3220, "IP Mobility
14+
+Support for IPv4, revised"
15+
+
16+
+No IPR disclosures related to draft-ietf-mobileip-rfc2002-bis have
17+
+been submitted
18+
@@ -65,13 +78,0 @@
19+
-Search result on draft-ietf-mobileip-rfc2002-bis, "IP Mobility Support
20+
-for IPv4, revised", that was published as RFC3220, "IP Mobility
21+
-Support for IPv4, revised"
22+
-
23+
-No IPR disclosures related to draft-ietf-mobileip-rfc2002-bis have
24+
-been submitted
25+
-
26+
-Search result on draft-ietf-mobileip-protocol, "IP Mobility Support",
27+
-that was published as RFC2002, "IP Mobility Support"
28+
-
29+
-No IPR disclosures related to draft-ietf-mobileip-protocol have been
30+
-submitted
31+
-

0 commit comments

Comments
 (0)