From fa1200eee07f6347601a62fd8db459a79725677b Mon Sep 17 00:00:00 2001 From: dperezBM <33548409+dperezBM@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:53:19 +0200 Subject: [PATCH] TG Req 42 Get Opensearch condition fixed --- service/ds-atom-pre-defined-soapui-project.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/ds-atom-pre-defined-soapui-project.xml b/service/ds-atom-pre-defined-soapui-project.xml index bb545153..9e94d7d8 100644 --- a/service/ds-atom-pre-defined-soapui-project.xml +++ b/service/ds-atom-pre-defined-soapui-project.xml @@ -4285,7 +4285,7 @@ a.exists("/os:OpenSearchDescription", "TR.missingOpenSearchDescriptionRootElemen final Assert a = new Assert(messageExchange, context, log, Assert.INSPIRE_DS_NS); a.exists( - "/os:OpenSearchDescription/os:Url[@rel='describedby' and @type='application/atom+xml' and starts-with(@template,'http') and contains(@template,'spatial_dataset_identifier_code') and contains(@template,'spatial_dataset_identifier_namespace') and contains(@template,'language')]", + "/os:OpenSearchDescription/os:Url[@rel='describedby' and (@type='application/atom+xml' or @type ='application/xml' or @type='text/xml') and starts-with(@template,'http') and contains(@template,'spatial_dataset_identifier_code') and contains(@template,'spatial_dataset_identifier_namespace') and contains(@template,'language')]", );