mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Deprecate more fields in RegistryConfig
This primarily addresses issues with TMCH testing mode and email sending utils. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143710550
This commit is contained in:
parent
c05424b947
commit
25a8bbe890
23 changed files with 203 additions and 265 deletions
|
@ -117,7 +117,6 @@ import google.registry.model.registry.label.ReservedList;
|
|||
import google.registry.model.reporting.HistoryEntry;
|
||||
import google.registry.model.smd.SignedMarkRevocationList;
|
||||
import google.registry.testing.DatastoreHelper;
|
||||
import google.registry.testing.RegistryConfigRule;
|
||||
import google.registry.tmch.TmchCertificateAuthority;
|
||||
import java.util.Collections;
|
||||
import java.util.Comparator;
|
||||
|
@ -128,7 +127,6 @@ import org.joda.time.DateTime;
|
|||
import org.joda.time.Interval;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link DomainApplicationCreateFlow}. */
|
||||
|
@ -137,9 +135,6 @@ public class DomainApplicationCreateFlowTest
|
|||
|
||||
private static final String CLAIMS_KEY = "2013041500/2/6/9/rJ1NrDO92vDsAzf7EQzgjX4R0000000001";
|
||||
|
||||
@Rule
|
||||
public final RegistryConfigRule configRule = new RegistryConfigRule();
|
||||
|
||||
/** This is the id of the SMD stored in "domain_create_sunrise_encoded_signed_mark.xml". */
|
||||
public static final String SMD_ID = "0000001761376042759136-65535";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue