google-nomulus/javatests/google/registry/flows
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
..
async Add a batched [] for DNS refreshing on host renames 2016-10-03 16:11:00 -04:00
contact Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
domain Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
dotapp/testdata Implement extra logic for update flow 2016-08-22 13:58:56 -04:00
host Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
poll Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
session Remove XML test data files that are no longer used in tests 2016-09-26 13:42:44 -04:00
testdata Remove XML test data files that are no longer used in tests 2016-09-26 13:42:44 -04:00
BUILD Add additional methods for manipulating timed transition maps 2016-08-15 17:13:29 -04:00
CheckApiActionTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppCommitLogsTest.java DeReference the codebase 2016-09-02 13:50:20 -04:00
EppConsoleActionTest.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
EppControllerTest.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
EppLifecycleContactTest.java Flatten the contact flows 2016-09-14 16:07:02 -04:00
EppLifecycleDomainApplicationTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLifecycleDomainTest.java Flatten the domain transfer flows 2016-09-22 14:30:05 -04:00
EppLifecycleHostTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLoggedOutTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLoginAdminUserTest.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
EppLoginTlsTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLoginUserTest.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
EppTestCase.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppTestComponent.java Add some more configs to ConfigModule and provide it in flow tests 2016-09-14 16:05:24 -04:00
EppTlsActionTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppToolActionTest.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00
EppXmlTransformerTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppXxeAttackTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
FlowRunnerTest.java Get rid of @Nullable on the injected client id 2016-09-14 16:08:38 -04:00
FlowTestCase.java Flatten the domain transfer flows 2016-09-22 14:30:05 -04:00
ResourceCheckFlowTestCase.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ResourceFlowTestCase.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00