mirror of
https://github.com/google/nomulus.git
synced 2025-07-31 23:16:31 +02:00
Add TLD extra delete flow logic
This CL implements the TLD-specific extra flow logic for Delete commands, including tests. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136042223
This commit is contained in:
parent
a01f238565
commit
bffc98c6ea
1 changed files with 11 additions and 0 deletions
11
javatests/google/registry/flows/dotapp/testdata/domain_delete.xml
vendored
Normal file
11
javatests/google/registry/flows/dotapp/testdata/domain_delete.xml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
<delete>
|
||||
<domain:delete
|
||||
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
||||
<domain:name>example.app</domain:name>
|
||||
</domain:delete>
|
||||
</delete>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue