mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 17:59:41 +02:00
Get rid of ReferenceUnions entirely
This is the third and final phase in the migration away from ReferenceUnions. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138778148
This commit is contained in:
parent
8d97fa5858
commit
780a5add78
14 changed files with 5 additions and 148 deletions
|
@ -130,10 +130,8 @@ public class DomainApplicationTest extends EntityTestCase {
|
|||
domainApplication.asBuilder().setPeriod(Period.create(5, Period.Unit.YEARS)).build());
|
||||
verifyIndexing(
|
||||
domainApplication,
|
||||
"allContacts.contactId.linked",
|
||||
"allContacts.contact",
|
||||
"fullyQualifiedDomainName",
|
||||
"nameservers.linked",
|
||||
"nsHosts",
|
||||
"deletionTime",
|
||||
"currentSponsorClientId",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue