google-nomulus/javatests/google/registry/rde
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
..
imports Make async flow logic handle missing client transaction IDs 2018-05-05 23:21:55 -04:00
testdata Document StatusValue better and add per-resource restrictions 2017-02-02 16:46:02 -05:00
BouncyCastleTest.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
BrdaCopyActionTest.java Fix some GPG related test issues 2017-12-13 12:43:45 -05:00
BUILD Respect system TMPDIR in GPG related tests 2018-02-20 15:57:41 -05:00
ContactResourceToXjcConverterTest.java Replace FluentIterable with streams 2017-12-27 11:40:50 -05:00
DomainResourceToXjcConverterTest.java Replace FluentIterable with streams 2017-12-27 11:40:50 -05:00
EscrowTaskRunnerTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
GhostrydeGpgIntegrationTest.java Fix some GPG related test issues 2017-12-13 12:43:45 -05:00
GhostrydeTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
HostResourceToXjcConverterTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
PendingDepositCheckerTest.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
RdeFixtures.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
RdeMarshallerTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
RdeReportActionTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
RdeStagingActionTest.java Move tests to use TestDataHelper for reading resources 2018-04-10 16:43:17 -04:00
RdeTestData.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeTestSuite.java Remove references to Eclipse 2018-03-19 18:45:41 -04:00
RdeUploadActionTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
RegistrarToXjcConverterTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
RydeGpgIntegrationTest.java Fix some GPG related test issues 2017-12-13 12:43:45 -05:00