mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 15:53:35 +02:00
Document StatusValue better and add per-resource restrictions
This generalizes the "LINKED can't be anywhere" idea into more targeted restrictions. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146158204
This commit is contained in:
parent
7f3941a843
commit
50c5f856a2
8 changed files with 88 additions and 26 deletions
|
@ -204,9 +204,7 @@ public class GenerateEscrowDepositCommandTest
|
|||
.setLastTransferTime(DateTime.parse("1910-01-01T00:00:00Z"))
|
||||
.setLastEppUpdateClientId("CeilingCat")
|
||||
.setLastEppUpdateTime(clock.nowUtc())
|
||||
.setStatusValues(ImmutableSet.of(
|
||||
StatusValue.OK,
|
||||
StatusValue.PENDING_UPDATE))
|
||||
.setStatusValues(ImmutableSet.of(StatusValue.OK))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue