ShipToTradeParty should not contain URIUniversalCommunication

This commit is contained in:
langfr
2025-08-06 19:59:19 +01:00
parent 7a17055f8c
commit d1522479bb
3 changed files with 7 additions and 5 deletions

View File

@@ -177,6 +177,9 @@ public class LibraryTest extends ResourceCase {
assertThat(res).valueByXPath("count(//error)")
.asInt()
.isEqualTo(0);
assertThat(res).valueByXPath("count(//warning)")
.asInt()
.isEqualTo(0);
assertThat(res).valueByXPath("/validation/summary/@status")
.asString()
.isEqualTo("valid");// expect to be valid because XR notices are, well, only notices