mirror of
https://github.com/google/nomulus
synced 2026-09-16 21:14:32 +00: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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user