aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/resources/i18n/default-locale-is-english.html2
-rw-r--r--it/it-tests/src/test/resources/i18n/french-locale.html2
-rw-r--r--it/it-tests/src/test/resources/i18n/locale-with-france-country.html2
-rw-r--r--it/it-tests/src/test/resources/i18n/locale-with-swiss-country.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/it/it-tests/src/test/resources/i18n/default-locale-is-english.html b/it/it-tests/src/test/resources/i18n/default-locale-is-english.html
index f2e23f196a1..444069bd850 100644
--- a/it/it-tests/src/test/resources/i18n/default-locale-is-english.html
+++ b/it/it-tests/src/test/resources/i18n/default-locale-is-english.html
@@ -15,7 +15,7 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/dashboard/index?id=sample&locale=foo</td>
+ <td>/sonar/dashboard/index?id=sample&name=Dashboard&locale=foo</td>
<td></td>
</tr>
<tr>
diff --git a/it/it-tests/src/test/resources/i18n/french-locale.html b/it/it-tests/src/test/resources/i18n/french-locale.html
index 74f2f320a02..939f09f1d1d 100644
--- a/it/it-tests/src/test/resources/i18n/french-locale.html
+++ b/it/it-tests/src/test/resources/i18n/french-locale.html
@@ -15,7 +15,7 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/dashboard/index?id=sample&locale=fr</td>
+ <td>/sonar/dashboard/index?id=sample&name=Dashboard&locale=fr</td>
<td></td>
</tr>
<tr>
diff --git a/it/it-tests/src/test/resources/i18n/locale-with-france-country.html b/it/it-tests/src/test/resources/i18n/locale-with-france-country.html
index e65cd5e95bf..0f5ceb601b5 100644
--- a/it/it-tests/src/test/resources/i18n/locale-with-france-country.html
+++ b/it/it-tests/src/test/resources/i18n/locale-with-france-country.html
@@ -15,7 +15,7 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/dashboard/index?id=sample&locale=fr-FR</td>
+ <td>/sonar/dashboard/index?id=sample&name=Dashboard&locale=fr-FR</td>
<td></td>
</tr>
<tr>
diff --git a/it/it-tests/src/test/resources/i18n/locale-with-swiss-country.html b/it/it-tests/src/test/resources/i18n/locale-with-swiss-country.html
index 888f5d8f3a8..1fbac8aa65b 100644
--- a/it/it-tests/src/test/resources/i18n/locale-with-swiss-country.html
+++ b/it/it-tests/src/test/resources/i18n/locale-with-swiss-country.html
@@ -15,7 +15,7 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/dashboard/index?id=sample&locale=fr-CH</td>
+ <td>/sonar/dashboard/index?id=sample&name=Dashboard&locale=fr-CH</td>
<td></td>
</tr>
<tr>