1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Add escrow file import validation logic

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129116064
This commit is contained in:
Wolfgang Meyers
2016-08-02 10:56:27 -07:00
committed by Justine Tunney
parent f9636b6cea
commit d3d33ccfdc
11 changed files with 956 additions and 33 deletions

View File

@@ -65,11 +65,6 @@ public class TestRegistryConfig implements RegistryConfig {
return getProjectId() + "-zonefiles";
}
@Override
public String getEscrowFileImportBucket() {
return getProjectId() + "-escrow-import";
}
@Override
public boolean getTmchCaTestingMode() {
return true;