Skip to content

Commit

Permalink
Added more
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 11, 2024
1 parent b3101e1 commit b956324
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ public void testGetDNSNameOfParticipant () throws SMPDNSResolutionException
aURLProvider.getDNSNameOfParticipant (new SimpleParticipantIdentifier ("iso6523-actorid-upis",
"9999:elonia"),
ESML.DIGIT_PRODUCTION));
assertEquals ("XUKHFQABQZIKI3YKVR2FHR4SNFA3PF5VPQ6K4TONV3LMVSY5ARVQ.iso6523-actorid-upis.edelivery.tech.ec.europa.eu",
aURLProvider.getDNSNameOfParticipant (new SimpleParticipantIdentifier ("iso6523-actorid-upis",
"0010:5798000000001"),
ESML.DIGIT_PRODUCTION));

// Check case insensitivity
assertEquals ("Y7DZFXAF3D4CJZ4KCGRXTEC6TWVCGA4KY7ZWA5BOIF6MSWD4TDRQ.iso6523-actorid-upis.toop.acc.edelivery.tech.ec.europa.eu",
Expand Down

0 comments on commit b956324

Please sign in to comment.