google-nomulus/javatests/google/registry/flows/domain
mcilwain c517c98d17 Fix confusing "now" parameters on persist deleted helper methods
They were taking a DateTime "now", which would seem like it would be the time of
when the resource was deleted, but it was actually the time by which the
resource was deleted, with the actual deletion time being hardcoded to a day
prior.  The confusion was evident because a fair number of tests were passing
the wrong thing.  I renamed the parameter "deletionTime" to make it exactly
clear what it's doing and fixed up some callsites where necessary.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134818032
2016-10-03 16:20:03 -04:00
..
testdata Remove XML test data files that are no longer used in tests 2016-09-26 13:42:44 -04:00
ClaimsCheckFlowTest.java Flatten the domain check flows 2016-09-26 13:17:04 -04:00
DomainAllocateFlowTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
DomainApplicationCreateFlowTest.java Add valid TLD check to LrpToken validation 2016-08-30 14:10:54 -04:00
DomainApplicationDeleteFlowTest.java Flatten the domain delete flows 2016-09-26 13:23:26 -04:00
DomainApplicationInfoFlowTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainApplicationUpdateFlowTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainCheckFlowTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
DomainCreateFlowTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
DomainDeleteFlowTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
DomainInfoFlowTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainRenewFlowTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
DomainRestoreRequestFlowTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
DomainTransferApproveFlowTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainTransferCancelFlowTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainTransferFlowTestCase.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00
DomainTransferQueryFlowTest.java Remove explicit exDate check from DomainTransferQueryFlowTest 2016-10-03 15:33:03 -04:00
DomainTransferRejectFlowTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainTransferRequestFlowTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainUpdateFlowTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
TldSpecificLogicProxyTest.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00