Change all references to Domain Registry to Nomulus

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136068582
This commit is contained in:
jianglai 2016-10-13 12:00:05 -07:00 committed by Ben McIlwain
parent 9695024f1b
commit 71d7a382f3
30 changed files with 38 additions and 38 deletions

View file

@ -22,7 +22,7 @@ import google.registry.config.RegistryEnvironment;
import google.registry.config.TestRegistryConfig;
import org.junit.rules.ExternalResource;
/** JUnit Rule for overriding Domain Registry configuration values. */
/** JUnit Rule for overriding Nomulus configuration values. */
public final class RegistryConfigRule extends ExternalResource {
private final Optional<RegistryConfig> override;

View file

@ -55,7 +55,7 @@ import org.junit.Rule;
/**
* Base test class for mapreduces. Adapted from EndToEndTestCase with some modifications that
* allow it to work with the Domain Registry project, most notably inside knowledge of our
* allow it to work with the Nomulus project, most notably inside knowledge of our
* routing paths and our Datastore/Task Queue configurations.
*
* <p>See https://github.com/GoogleCloudPlatform/appengine-mapreduce/blob/master/java/src/test/java/com/google/appengine/tools/mapreduce/EndToEndTestCase.java