Skip to content

Commit 9a4e7ef

Browse files
committed
add EPP_TRANSFER_NOT_PROCESSED to epp-19
1 parent 48e8ff3 commit 9a4e7ef

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

ChangeLog.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
- |
33
Updated [epp-19](#Test-Case-epp-19) to avoid the use of the EPP message
44
queue.
5+
- |
6+
Added [`EPP_TRANSFER_NOT_PROCESSED`](#Error-EPP_TRANSFER_NOT_PROCESSED) to
7+
[epp-19](#Test-Case-epp-19).
58
69
2024-12-04:
710
- Updated the format for test TLDs for RSP evaluation.

inc/epp/cases.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ epp-19:
922922
- EPP_TRANSFER_INFO_RESPONSE_MISSING_OR_INVALID_RGP_STATUS
923923
- EPP_TRANSFER_INFO_RESPONSE_AUTHINFO_NOT_RESET
924924
- EPP_GENERIC_COMMAND_ERROR
925+
- EPP_TRANSFER_NOT_PROCESSED
925926

926927
epp-20:
927928
Summary: Domain <transfer> rejection test

inc/epp/errors.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1104,3 +1104,9 @@ EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001:
11041104
Description: |
11051105
The server did not response to a host `<delete>` command with a `1xxx`
11061106
result code.
1107+
1108+
EPP_TRANSFER_NOT_PROCESSED:
1109+
Severity: ERROR
1110+
Description: |
1111+
The server did not process an approved transfer request within the allotted
1112+
time.

0 commit comments

Comments
 (0)