diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html | 3 | ||||
-rw-r--r-- | tests/integration/tests/src/test/selenium/all-tests.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html b/tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html index b172c2a6728..0e410915668 100644 --- a/tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html +++ b/tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/static/reference-plugin/file.html</td> + <td>/static/itreference/file.html</td> <td></td> </tr> <tr> @@ -21,7 +21,6 @@ <td>//body</td> <td>Text from static resource</td> </tr> - </tbody></table> </body> </html> diff --git a/tests/integration/tests/src/test/selenium/all-tests.html b/tests/integration/tests/src/test/selenium/all-tests.html index a005e7c1d54..b42288b17e6 100644 --- a/tests/integration/tests/src/test/selenium/all-tests.html +++ b/tests/integration/tests/src/test/selenium/all-tests.html @@ -88,6 +88,9 @@ <tr> <td><a href="SONAR-1772-findbugs-violations.html">SONAR-1772-findbugs-violations</a></td> </tr> +<tr> + <td><a href="SONAR-1709-static-resources.html">SONAR-1709-static-resources</a></td> +</tr> <tr> <td><a href="many-source-dirs.html">many-source-dirs</a></td> |