mirror of
https://github.com/google/nomulus.git
synced 2025-07-03 17:53:27 +02:00
Consolidate some domain creation / deletion EPPs in testdata
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=183847223
This commit is contained in:
parent
169fd62da7
commit
4b23523d74
32 changed files with 266 additions and 316 deletions
|
@ -43,7 +43,7 @@ public class EppLifecycleContactTest extends EppTestCase {
|
|||
assertCommandAndResponse("login_valid.xml", "login_response.xml");
|
||||
assertCommandAndResponse(
|
||||
"contact_create_sh8013.xml",
|
||||
null,
|
||||
ImmutableMap.of(),
|
||||
"contact_create_response_sh8013.xml",
|
||||
ImmutableMap.of("CRDATE", "2000-06-01T00:00:00Z"),
|
||||
DateTime.parse("2000-06-01T00:00:00Z"));
|
||||
|
@ -116,7 +116,7 @@ public class EppLifecycleContactTest extends EppTestCase {
|
|||
"poll_ack.xml",
|
||||
ImmutableMap.of("ID", "2-1-ROID-3-6-2000"),
|
||||
"poll_ack_response_empty.xml",
|
||||
null,
|
||||
ImmutableMap.of(),
|
||||
DateTime.parse("2000-06-08T22:02:00Z"));
|
||||
assertThat(getRecordedEppMetric())
|
||||
.hasClientId("NewRegistrar")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue