aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-11-10 11:24:21 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-11-10 11:29:35 +0100
commit2c558002bcaa2384926f50137046a4f5e961052c (patch)
tree4900b08dc79dde5596e670987447a457e7168d57 /it
parentfb5f72ba3bbe0f26004e1ff941dadb82d83247e4 (diff)
downloadsonarqube-2c558002bcaa2384926f50137046a4f5e961052c.tar.gz
sonarqube-2c558002bcaa2384926f50137046a4f5e961052c.zip
SONAR-8248 Replace " by ' in History page messages
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html4
-rw-r--r--it/it-tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html2
-rw-r--r--it/it-tests/src/test/resources/projectEvent/EventTest/create_delete_standard_event.html6
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 &quot;RELEASE&quot; 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 &quot;RELEASE&quot; 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 &quot;RELEASE&quot; 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 &quot;EventToBeDeleted&quot; 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 &quot;EventToBeDeleted&quot; 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 &quot;EventToBeDeleted&quot; was deleted.</td>
+ <td>Event 'EventToBeDeleted' was deleted.</td>
</tr>
<tr>
<td>assertElementNotPresent</td>