google-nomulus/javatests/google/registry/rde/imports
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
..
testdata Fix RDE import pending transfer handling 2017-10-04 16:16:45 -04:00
BUILD Add //third_party/java/jaxb dependency to targets using javax.xml.bind 2018-01-23 16:18:35 -05:00
RdeContactImportActionTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeContactInputTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeContactReaderTest.java Refactor the last usages of ExpectedException to assert/expectThrows 2017-12-27 10:56:36 -05:00
RdeDomainImportActionTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeDomainReaderTest.java Refactor the last usages of ExpectedException to assert/expectThrows 2017-12-27 10:56:36 -05:00
RdeHostImportActionTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeHostInputTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
RdeHostLinkActionTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeHostReaderTest.java Refactor the last usages of ExpectedException to assert/expectThrows 2017-12-27 10:56:36 -05:00
RdeImportsTestData.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeImportTestUtils.java Make async flow logic handle missing client transaction IDs 2018-05-05 23:21:55 -04:00
RdeImportUtilsTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
RdeParserTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
XjcToContactResourceConverterTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
XjcToDomainResourceConverterTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
XjcToHostResourceConverterTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00