mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Revise RDAP domain action tests to check results more completely
Also fixed a bug discovered as a result of the more complete testing! ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171156304
This commit is contained in:
@@ -414,7 +414,10 @@ public class DatastoreHelper {
|
||||
}
|
||||
|
||||
public static void createTld(String tld, ImmutableSortedMap<DateTime, TldState> tldStates) {
|
||||
createTld(tld, Ascii.toUpperCase(tld.replaceFirst(ACE_PREFIX_REGEX, "")), tldStates);
|
||||
createTld(
|
||||
tld,
|
||||
Ascii.toUpperCase(tld.replaceFirst(ACE_PREFIX_REGEX, "").replace('.', '_')),
|
||||
tldStates);
|
||||
}
|
||||
|
||||
public static void createTld(
|
||||
|
||||
Reference in New Issue
Block a user