mirror of
https://github.com/google/nomulus
synced 2026-09-18 22:14:23 +00:00
Registry should not be a BackupGroupRoot
In [] I made Registry a BGR in prep for each Registry being in its own entity group. But we decided not to do that, and in [] mcilwain@ moved Registry under the cross-tld root. So there's no reason for Registry to implement BackupGroupRoot anymore. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120402417
This commit is contained in:
committed by
Justine Tunney
parent
36ab6c15fe
commit
9ca191f3d4
@@ -66,8 +66,6 @@ public class CreateTldCommandTest extends CommandTestCase<CreateTldCommand> {
|
||||
.isEqualTo(Registry.DEFAULT_REDEMPTION_GRACE_PERIOD);
|
||||
assertThat(registry.getPendingDeleteLength()).isEqualTo(Registry.DEFAULT_PENDING_DELETE_LENGTH);
|
||||
assertThat(registry.getCreationTime()).isIn(Range.closed(before, after));
|
||||
assertThat(registry.getUpdateAutoTimestamp().getTimestamp())
|
||||
.isEqualTo(registry.getCreationTime());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user