mirror of
https://github.com/google/nomulus
synced 2026-09-06 16:17:13 +00:00
Migrate plural DNS writers field to being the canonical one
After this point all data is migrated to use the new canonical plural version, and subsequent code changes can be made that use multiple writers. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161673486
This commit is contained in:
@@ -66,7 +66,7 @@ public class CreateTldCommandTest extends CommandTestCase<CreateTldCommand> {
|
||||
assertThat(registry.getAddGracePeriodLength()).isEqualTo(Registry.DEFAULT_ADD_GRACE_PERIOD);
|
||||
assertThat(registry.getCreationTime()).isIn(Range.closed(before, after));
|
||||
assertThat(registry.getDomainCreateRestricted()).isFalse();
|
||||
assertThat(registry.getDnsWriter()).isEqualTo("FooDnsWriter");
|
||||
assertThat(registry.getDnsWriters()).containsExactly("FooDnsWriter");
|
||||
assertThat(registry.getTldState(registry.getCreationTime())).isEqualTo(TldState.PREDELEGATION);
|
||||
assertThat(registry.getRedemptionGracePeriodLength())
|
||||
.isEqualTo(Registry.DEFAULT_REDEMPTION_GRACE_PERIOD);
|
||||
|
||||
Reference in New Issue
Block a user