mirror of
https://github.com/google/nomulus.git
synced 2025-05-09 00:08:21 +02:00
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 |
||
---|---|---|
.. | ||
testdata | ||
BUILD | ||
RdapActionBaseTest.java | ||
RdapDomainActionTest.java | ||
RdapDomainSearchActionTest.java | ||
RdapEntityActionTest.java | ||
RdapEntitySearchActionTest.java | ||
RdapHelpActionTest.java | ||
RdapJsonFormatterTest.java | ||
RdapNameserverActionTest.java | ||
RdapNameserverSearchActionTest.java | ||
RdapSearchPatternTest.java | ||
RdapTestHelper.java |