Skip to content

Commit c38f978

Browse files
committed
Acceptable diffs for IPR patent search results, and adding the IPR_DOCUMENT_PATH to the local settings used when running tests.
- Legacy-Id: 693
1 parent 3cc65b1 commit c38f978

4 files changed

Lines changed: 18 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--- https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=12
2+
+++ /ipr/search/?patent_info_search=12&option=patent_info_search
3+
@@ -4,1 +4,1 @@
4+
-Please send problem reports to ietf-action@ietf.org.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--- https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=31415
2+
+++ /ipr/search/?patent_info_search=31415&option=patent_info_search
3+
@@ -1,0 +1,1 @@
4+
+IPR Disclosure Page
5+
@@ -2,0 +3,2 @@
6+
+IPR Search Main Page
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--- https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=abc
2+
+++ /ipr/search/?patent_info_search=abc&option=patent_info_search
3+
@@ -3,2 +3,2 @@
4+
-The search string must contain at lease one digit
5+
-Please send problem reports to ietf-action@ietf.org.
6+
+The search string must contain at least one digit

test/settings_local_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33

44
SERVER_MODE = 'test'
55

6+
IPR_DOCUMENT_PATH = '/home/ietf/adm/IPR/'
7+

0 commit comments

Comments
 (0)