google-nomulus/javatests/google/registry/batch
mcilwain 33505f4df7 Make async flow logic handle missing client transaction IDs
Per EPP RFC 5730, the <clTRID> element is optional. However, we weren't handling
it not being specified in asynchronous contact/host deletions because we were
adding it directly as a parameter value on a task, which does not allow null and
thus threw a NullPointerException.

This fixes handling for nulls (the parameter isn't set at all) and adds a test.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=194123259
2018-05-05 23:21:55 -04:00
..
BUILD Accept a list of TLDs on which to delete "prober" (test) data. 2018-03-06 19:03:48 -05:00
DeleteContactsAndHostsActionTest.java Make async flow logic handle missing client transaction IDs 2018-05-05 23:21:55 -04:00
DeleteProberDataActionTest.java Accept a list of TLDs on which to delete "prober" (test) data. 2018-03-06 19:03:48 -05:00
ExpandRecurringBillingEventsActionTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
MapreduceEntityCleanupActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
RefreshDnsOnHostRenameActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
ResaveAllEppResourcesActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
TestMapreduceEntityCleanupUtil.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
VerifyEntityIntegrityActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00