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:
cgoldfeder
2016-05-13 17:41:18 -04:00
committed by Justine Tunney
parent 36ab6c15fe
commit 9ca191f3d4
4 changed files with 2 additions and 22 deletions
@@ -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