diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-10-27 10:34:42 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-06 16:59:15 +0100 |
commit | 6cdb77505a4285cea9183db166107bdb802e216c (patch) | |
tree | d8d50629587c5c4b52ec150c20f7b6f68d47b8fd /it | |
parent | bb00fc56370280793250bc06638f689295af2f01 (diff) | |
download | sonarqube-6cdb77505a4285cea9183db166107bdb802e216c.tar.gz sonarqube-6cdb77505a4285cea9183db166107bdb802e216c.zip |
SONAR-6331 display overview page by default
Diffstat (limited to 'it')
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> |