google-nomulus/javatests/google/registry/flows/domain
cgoldfeder 438eeb5e38 When resolving a transfer to SERVER_CANCELLED (on delete) still pass in a time
Currently we pass in null. However, from the spec:

<domain:acDate> element that contains the date and time of a
      required or completed response.  For a PENDING request, the value
      identifies the date and time by which a response is required
      before an automated response action will be taken by the server.
      For all other status types, the value identifies the date and time
      when the request was completed."
          - https://tools.ietf.org/html/rfc5731#page-16, section 3.1.3

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139363370
2016-11-16 17:08:14 -05:00
..
testdata Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
ClaimsCheckFlowTest.java Flatten the domain and application create flows 2016-10-19 13:08:33 -04:00
DomainAllocateFlowTest.java Add extra flow logic hook for domain allocation 2016-11-10 12:30:44 -05:00
DomainApplicationCreateFlowTest.java Change DomainApplication to store period instead of year 2016-11-02 15:19:34 -04:00
DomainApplicationDeleteFlowTest.java Add extra flow logic hooks for application delete and update 2016-11-10 11:24:32 -05:00
DomainApplicationInfoFlowTest.java Scope down lastTransferTime to only ContactResource, DomainResource 2016-11-16 17:05:13 -05:00
DomainApplicationUpdateFlowTest.java Add extra flow logic hooks for application delete and update 2016-11-10 11:24:32 -05:00
DomainCheckFlowTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainCreateFlowTest.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainDeleteFlowTest.java When resolving a transfer to SERVER_CANCELLED (on delete) still pass in a time 2016-11-16 17:08:14 -05:00
DomainInfoFlowTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainRenewFlowTest.java Add extra flow logic for Restore 2016-11-02 15:19:34 -04:00
DomainRestoreRequestFlowTest.java Add extra flow logic for Restore 2016-11-02 15:19:34 -04:00
DomainTransferApproveFlowTest.java Scope down lastTransferTime to only ContactResource, DomainResource 2016-11-16 17:05:13 -05:00
DomainTransferCancelFlowTest.java Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
DomainTransferFlowTestCase.java Scope down TransferData to only ContactResource and DomainResource 2016-11-15 13:47:28 -05:00
DomainTransferQueryFlowTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainTransferRejectFlowTest.java Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
DomainTransferRequestFlowTest.java Scope down lastTransferTime to only ContactResource, DomainResource 2016-11-16 17:05:13 -05:00
DomainUpdateFlowTest.java Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
TldSpecificLogicProxyTest.java Add additional specific PricingEngineProxy methods 2016-10-24 11:57:00 -04:00