mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00: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:
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>
|
||||
Reference in New Issue
Block a user