diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-01-18 02:06:36 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-01-18 02:06:36 +0300 |
commit | 5b66efd8840cfee768b34356550964c0b14aec3e (patch) | |
tree | cf30373b11473dd0442422a200ea21d156eee7bf /tests | |
parent | 8eea32da07d6770cb8f5c6342cf1928ef0321340 (diff) | |
download | sonarqube-5b66efd8840cfee768b34356550964c0b14aec3e.tar.gz sonarqube-5b66efd8840cfee768b34356550964c0b14aec3e.zip |
SONAR-2113: Enable integration test
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> |