google-nomulus/javatests/google/registry/rdap
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 RDAP: Display summary data for search result items 2016-09-26 13:15:31 -04:00
BUILD RDAP: Mark RdapDomainSearchActionTest as medium 2016-09-22 13:58:21 -04:00
RdapActionBaseTest.java Add type parameters to suppress Eclipse error message 2016-09-26 13:35:14 -04:00
RdapDomainActionTest.java RDAP: Remove port43 element from JSON output 2016-08-15 16:42:06 -04:00
RdapDomainSearchActionTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
RdapEntityActionTest.java RDAP: Use IANA identifier as the registrar handle 2016-08-22 14:06:07 -04:00
RdapEntitySearchActionTest.java RDAP: Use IANA identifier as the registrar handle 2016-08-22 14:06:07 -04:00
RdapHelpActionTest.java RDAP: Remove port43 element from JSON output 2016-08-15 16:42:06 -04:00
RdapJsonFormatterTest.java Add type parameters to suppress Eclipse error message 2016-09-26 13:35:14 -04:00
RdapNameserverActionTest.java RDAP: Remove port43 element from JSON output 2016-08-15 16:42:06 -04:00
RdapNameserverSearchActionTest.java RDAP: Display summary data for search result items 2016-09-26 13:15:31 -04:00
RdapSearchPatternTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapTestHelper.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00