Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 26, 2024
1 parent 9ddfb3d commit b04a0ec
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ public void testGetDNSNameOfParticipant () throws SMPDNSResolutionException
"0088:123ABC"),
ESML.DIGIT_PRODUCTION));

final BDXLURLProvider x = new BDXLURLProvider ();
x.setAddIdentifierSchemeToZone (false);
assertEquals ("BEZA6WFI6XJII32O5YPQNOWXXYWEA6VFO2H3PNRFWRS5YIFSRSAA.iso6523-actorid-upis.edelivery.tech.ec.europa.eu",
x.getDNSNameOfParticipant (new SimpleParticipantIdentifier ("iso6523-actorid-upis", "123ABC"),
ESML.DIGIT_PRODUCTION));
{
final BDXLURLProvider x = new BDXLURLProvider ();
x.setAddIdentifierSchemeToZone (false);
assertEquals ("BEZA6WFI6XJII32O5YPQNOWXXYWEA6VFO2H3PNRFWRS5YIFSRSAA.edelivery.tech.ec.europa.eu",
x.getDNSNameOfParticipant (new SimpleParticipantIdentifier ("iso6523-actorid-upis", "123ABC"),
ESML.DIGIT_PRODUCTION));
}

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

0 comments on commit b04a0ec

Please sign in to comment.