Skip to content

Commit

Permalink
Update A.01.06.unsupported.languages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jensscheerlinck committed May 19, 2016
1 parent 6d93fee commit d9276c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion A.01.06.unsupported.languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand All @@ -23,3 +23,6 @@ The namespace prefixes used as described in [README.md](README.md#namespaces).

Abbreviation | XPath expression
---------------------------------------------------------- | -------------------------------------------------------------------------
<a name="SupportedLanguages"></a> SupportedLanguages | ./inspire_common:SupportedLanguages
<a name="ResponseLanguage"></a> ResponseLanguage | ./inspire_common:ResponseLanguage
<a name="DefaultLanguage"></a> DefaultLanguage | ./inspire_common:SupportedLanguages/inspire_common:DefaultLanguage

1 comment on commit d9276c9

@jensscheerlinck
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation of issue #18

Please sign in to comment.