mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Replace domain allocation in the OTE test with "create with dsdata"
We no longer want to check end-date sunrise for OTE verification, so we should remove any reference to allocation (and applications, which was removed in a previous CL) However, this last allocate was also the command that tested secDNS. So we need to replace it with a regular create with secDNS. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191604222
This commit is contained in:
parent
4c06b36118
commit
3218a9b77e
2 changed files with 37 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class VerifyOteActionTest {
|
|||
new HistoryEntry.Builder()
|
||||
.setClientId("blobio-1")
|
||||
.setType(Type.DOMAIN_CREATE)
|
||||
.setXmlBytes(ToolsTestData.loadBytes("allocate_domain.xml").read())
|
||||
.setXmlBytes(ToolsTestData.loadBytes("domain_create_dsdata.xml").read())
|
||||
.build());
|
||||
persistResource(
|
||||
new HistoryEntry.Builder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue