google-nomulus/javatests/google/registry/dns
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
..
writer Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00
BUILD Refactor DnsWriter into the model package 2016-08-02 19:10:49 -04:00
DnsInjectionTest.java Tidy up RefreshDnsAction 2016-09-26 13:38:14 -04:00
DnsQueueTest.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
DnsTestComponent.java Refactor DnsWriter into the model package 2016-08-02 19:10:49 -04:00
PublishDnsUpdatesActionTest.java Add metrics to PublishDnsUpdatesAction 2016-08-26 09:43:30 -04:00
ReadDnsQueueActionTest.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
RefreshDnsActionTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00