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:
guyben 2018-04-04 09:51:13 -07:00 committed by Ben McIlwain
parent 4c06b36118
commit 3218a9b77e
2 changed files with 37 additions and 1 deletions

View file

@ -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()