From d9276c90bff3f3be54f1f193d811aafad1912ea3 Mon Sep 17 00:00:00 2001 From: Jens Scheerlinck Date: Thu, 19 May 2016 11:58:46 +0200 Subject: [PATCH] Update A.01.06.unsupported.languages.md --- A.01.06.unsupported.languages.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/A.01.06.unsupported.languages.md b/A.01.06.unsupported.languages.md index 9a25e2e..de432a8 100644 --- a/A.01.06.unsupported.languages.md +++ b/A.01.06.unsupported.languages.md @@ -7,7 +7,7 @@ **Test method** -Examine whether the response of the INSPIRE Discovery Service provides its response in the default language in the cases where a client requested an unsupported language, or the language parameter is absent in the request. +When the language requested by a client is either not provided or not in the list of [SupportedLanguages](#SupportedLanguages), test whether the [ResponseLanguage](#ResponseLanguage) is equal to the [DefaultLanguage](#DefaultLanguage). **Reference(s)** @@ -23,3 +23,6 @@ The namespace prefixes used as described in [README.md](README.md#namespaces). Abbreviation | XPath expression ---------------------------------------------------------- | ------------------------------------------------------------------------- + SupportedLanguages | ./inspire_common:SupportedLanguages + ResponseLanguage | ./inspire_common:ResponseLanguage + DefaultLanguage | ./inspire_common:SupportedLanguages/inspire_common:DefaultLanguage