google-nomulus/javatests/google/registry/dns/writer/dnsupdate
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
..
BUILD Minor fixes to dnsupdate writer 2016-05-14 01:32:53 -04:00
DnsMessageTransportTest.java Standardize test methods to be prefixed with "test" 2016-08-26 09:41:52 -04:00
DnsUpdateWriterTest.java Fix confusing "now" parameters on persist deleted helper methods 2016-10-03 16:20:03 -04:00