diff options
author | Godin <mandrikov@gmail.com> | 2010-11-04 23:15:21 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-11-04 23:15:21 +0000 |
commit | cf2ec5113194676f3f15a98c86f01113b5a727d1 (patch) | |
tree | d73ac6646861cf6159ac21903b44f393b148a579 | |
parent | 08088b8cd0eb6a680c820e2a2194ca0dca8e3339 (diff) | |
download | sonarqube-cf2ec5113194676f3f15a98c86f01113b5a727d1.tar.gz sonarqube-cf2ec5113194676f3f15a98c86f01113b5a727d1.zip |
Add integration test to all-tests.html
-rw-r--r-- | tests/integration/tests/src/it/selenium/all-tests.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/tests/src/it/selenium/all-tests.html b/tests/integration/tests/src/it/selenium/all-tests.html index b83d4f25c6e..3730305d5d0 100644 --- a/tests/integration/tests/src/it/selenium/all-tests.html +++ b/tests/integration/tests/src/it/selenium/all-tests.html @@ -86,6 +86,9 @@ <tr> <td><a href="SONAR-1032-ws-api.html">SONAR-1032-ws-api</a></td> </tr> +<tr> + <td><a href="SONAR-1772.html">SONAR-1772</a></td> +</tr> <tr> <td><a href="many-source-dirs.html">many-source-dirs</a></td> |