Acceptable diffs for IPR patent search results, and adding the IPR_DOCUMENT_PATH to the local settings used when running tests.
- Legacy-Id: 693
This commit is contained in:
parent
3cc65b1485
commit
c38f9786ee
|
@ -0,0 +1,4 @@
|
||||||
|
--- https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=12
|
||||||
|
+++ /ipr/search/?patent_info_search=12&option=patent_info_search
|
||||||
|
@@ -4,1 +4,1 @@
|
||||||
|
-Please send problem reports to ietf-action@ietf.org.
|
|
@ -0,0 +1,6 @@
|
||||||
|
--- https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=31415
|
||||||
|
+++ /ipr/search/?patent_info_search=31415&option=patent_info_search
|
||||||
|
@@ -1,0 +1,1 @@
|
||||||
|
+IPR Disclosure Page
|
||||||
|
@@ -2,0 +3,2 @@
|
||||||
|
+IPR Search Main Page
|
|
@ -0,0 +1,6 @@
|
||||||
|
--- https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=abc
|
||||||
|
+++ /ipr/search/?patent_info_search=abc&option=patent_info_search
|
||||||
|
@@ -3,2 +3,2 @@
|
||||||
|
-The search string must contain at lease one digit
|
||||||
|
-Please send problem reports to ietf-action@ietf.org.
|
||||||
|
+The search string must contain at least one digit
|
|
@ -3,3 +3,5 @@ SERVER_EMAIL = 'Django IETFdb Test Server<django-test@tools.ietf.org>'
|
||||||
|
|
||||||
SERVER_MODE = 'test'
|
SERVER_MODE = 'test'
|
||||||
|
|
||||||
|
IPR_DOCUMENT_PATH = '/home/ietf/adm/IPR/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue