mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02: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:
parent
373e174deb
commit
07e5536988
18 changed files with 1920 additions and 279 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue