diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-11-10 11:24:21 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-11-10 11:29:35 +0100 |
commit | 2c558002bcaa2384926f50137046a4f5e961052c (patch) | |
tree | 4900b08dc79dde5596e670987447a457e7168d57 /it | |
parent | fb5f72ba3bbe0f26004e1ff941dadb82d83247e4 (diff) | |
download | sonarqube-2c558002bcaa2384926f50137046a4f5e961052c.tar.gz sonarqube-2c558002bcaa2384926f50137046a4f5e961052c.zip |
SONAR-8248 Replace " by ' in History page messages
Diffstat (limited to 'it')
3 files changed, 6 insertions, 6 deletions
diff --git a/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html b/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html index e253d793207..496917b9e4c 100644 --- a/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html +++ b/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html @@ -56,13 +56,13 @@ </tr> <tr> <td>assertConfirmation</td> - <td>Are you sure you want to remove "RELEASE" from this snapshot?</td> + <td>Are you sure you want to remove 'RELEASE' from this snapshot?</td> <td></td> </tr> <tr> <td>waitForText</td> <td>infomsg</td> - <td>glob:*Version "RELEASE" was removed from current project*</td> + <td>glob:*Version 'RELEASE' was removed from current project*</td> </tr> <tr> <td>assertNotText</td> diff --git a/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html b/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html index 56f9bc81169..f27fd03f598 100644 --- a/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html +++ b/it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html @@ -76,7 +76,7 @@ <tr> <td>waitForText</td> <td>infomsg</td> - <td>Version "RELEASE" was created for current project.</td> + <td>Version 'RELEASE' was created for current project.</td> </tr> <tr> <td>waitForText</td> diff --git a/it/it-tests/src/test/resources/projectEvent/EventTest/create_delete_standard_event.html b/it/it-tests/src/test/resources/projectEvent/EventTest/create_delete_standard_event.html index b94fadf8d65..ae697da4326 100644 --- a/it/it-tests/src/test/resources/projectEvent/EventTest/create_delete_standard_event.html +++ b/it/it-tests/src/test/resources/projectEvent/EventTest/create_delete_standard_event.html @@ -76,7 +76,7 @@ <tr> <td>waitForText</td> <td>infomsg</td> - <td>Event "EventToBeDeleted" was created.</td> + <td>Event 'EventToBeDeleted' was created.</td> </tr> <tr> <td>assertElementPresent</td> @@ -90,7 +90,7 @@ </tr> <tr> <td>assertConfirmation</td> - <td>Are you sure you want to remove "EventToBeDeleted" from this snapshot?</td> + <td>Are you sure you want to remove 'EventToBeDeleted' from this snapshot?</td> <td></td> </tr> <tr> @@ -101,7 +101,7 @@ <tr> <td>waitForText</td> <td>infomsg</td> - <td>Event "EventToBeDeleted" was deleted.</td> + <td>Event 'EventToBeDeleted' was deleted.</td> </tr> <tr> <td>assertElementNotPresent</td> |