diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-06 23:34:14 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-06 23:34:14 +0000 |
commit | d34719e60b0a5da230874560080cfd870dc81773 (patch) | |
tree | b8402fa62045eaf7e127ab28f8ddb854da80075e /tests | |
parent | b49ed36365851001efa8c29794eff6ca707ef7c0 (diff) | |
download | sonarqube-d34719e60b0a5da230874560080cfd870dc81773.tar.gz sonarqube-d34719e60b0a5da230874560080cfd870dc81773.zip |
fix IT
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html | 2 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html b/tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html index b1d939af2e3..7326558836b 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html +++ b/tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html @@ -18,7 +18,7 @@ </tr> <tr> <td>assertTextPresent</td> - <td>profile SONAR-1772</td> + <td>Profile SONAR-1772</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html b/tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html index 6f71997f438..3c097597931 100644 --- a/tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html +++ b/tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html @@ -18,7 +18,7 @@ </tr> <tr> <td>assertTextPresent</td> - <td>profile single-classes</td> + <td>Profile single-classes</td> <td></td> </tr> <tr> |