mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Refactor out creation of server TRIDs so they can be tested
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152837185
This commit is contained in:
parent
af942774f4
commit
8653d2f204
29 changed files with 174 additions and 62 deletions
|
@ -89,7 +89,7 @@ public class DomainAllocateFlowTest
|
|||
private static final String SMD_ID = "1-1";
|
||||
|
||||
private static final String CLIENT_ID = "TheRegistrar";
|
||||
private static final Trid TRID = Trid.create("ABC-123");
|
||||
private static final Trid TRID = Trid.create("ABC-123", "server-trid");
|
||||
|
||||
/** The applicationId, expressed as a base 10 String. */
|
||||
private String applicationId = "2-TLD";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue