Merge pull request #909 from langfr/issue/ShipToEmailWarning

ShipToTradeParty should not contain URIUniversalCommunication
This commit is contained in:
Jochen Staerk
2025-08-11 09:29:56 +02:00
committed by GitHub
3 changed files with 5 additions and 1 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