diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 08:29:37 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 08:29:37 +0000 |
commit | 6b9e433c412e4f461cbed4e885a1746a2e5e14b0 (patch) | |
tree | a9a8a3ef38f9bea16cd53f669692e3340bc86faa /tests/integration | |
parent | 042c18345ff7d38316ff42484018cdd747d5c797 (diff) | |
download | sonarqube-6b9e433c412e4f461cbed4e885a1746a2e5e14b0.tar.gz sonarqube-6b9e433c412e4f461cbed4e885a1746a2e5e14b0.zip |
fix some integration tests
Diffstat (limited to 'tests/integration')
12 files changed, 13 insertions, 13 deletions
diff --git a/tests/integration/tests/src/it/selenium/rules/check_rules_extensions.html b/tests/integration/tests/src/it/selenium/rules/check_rules_extensions.html index eabc14a3ceb..1a249a0af2b 100644 --- a/tests/integration/tests/src/it/selenium/rules/check_rules_extensions.html +++ b/tests/integration/tests/src/it/selenium/rules/check_rules_extensions.html @@ -58,7 +58,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html b/tests/integration/tests/src/it/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html index 361a128b8d8..2e863a48bbb 100644 --- a/tests/integration/tests/src/it/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html +++ b/tests/integration/tests/src/it/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html @@ -71,12 +71,12 @@ </tr> <tr> <td>assertElementPresent</td> - <td>rules_java_${PROFILE}</td> + <td>rules-java-${PROFILE}</td> <td></td> </tr> <tr> <td>clickAndWait</td> - <td>rules_java_${PROFILE}</td> + <td>rules-java-${PROFILE}</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/rule_custom_rules_profile_can_be_modified.html b/tests/integration/tests/src/it/selenium/rules/rule_custom_rules_profile_can_be_modified.html index 045c175ea84..7f228707b21 100644 --- a/tests/integration/tests/src/it/selenium/rules/rule_custom_rules_profile_can_be_modified.html +++ b/tests/integration/tests/src/it/selenium/rules/rule_custom_rules_profile_can_be_modified.html @@ -73,7 +73,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_${LANGUAGE}_${PROFILE}</td> + <td>rules-${LANGUAGE}-${PROFILE}</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/rule_search.html b/tests/integration/tests/src/it/selenium/rules/rule_search.html index 479fb344581..881d277d408 100644 --- a/tests/integration/tests/src/it/selenium/rules/rule_search.html +++ b/tests/integration/tests/src/it/selenium/rules/rule_search.html @@ -44,7 +44,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/rule_search_verify_form_values_on_first_call.html b/tests/integration/tests/src/it/selenium/rules/rule_search_verify_form_values_on_first_call.html index b96ba418535..12fce2c5822 100644 --- a/tests/integration/tests/src/it/selenium/rules/rule_search_verify_form_values_on_first_call.html +++ b/tests/integration/tests/src/it/selenium/rules/rule_search_verify_form_values_on_first_call.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/search_all_rules.html b/tests/integration/tests/src/it/selenium/rules/search_all_rules.html index a4c0681dec2..c73f70eb1f2 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_all_rules.html +++ b/tests/integration/tests/src/it/selenium/rules/search_all_rules.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/search_any_rules.html b/tests/integration/tests/src/it/selenium/rules/search_any_rules.html index 28bf3e3a411..de4482e9ef1 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_any_rules.html +++ b/tests/integration/tests/src/it/selenium/rules/search_any_rules.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_plugin.html b/tests/integration/tests/src/it/selenium/rules/search_by_plugin.html index 7c028e87efd..beca938768c 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_by_plugin.html +++ b/tests/integration/tests/src/it/selenium/rules/search_by_plugin.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_category.html b/tests/integration/tests/src/it/selenium/rules/search_by_rule_category.html index 74fb94877c7..0047baa57cc 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_category.html +++ b/tests/integration/tests/src/it/selenium/rules/search_by_rule_category.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html b/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html index f12628f43a7..e0420bf4644 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html +++ b/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_status.html b/tests/integration/tests/src/it/selenium/rules/search_by_rule_status.html index 694f539a440..a8c6c9c0783 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_status.html +++ b/tests/integration/tests/src/it/selenium/rules/search_by_rule_status.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_title.html b/tests/integration/tests/src/it/selenium/rules/search_by_rule_title.html index 71e881e97cd..a4085c8b735 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_title.html +++ b/tests/integration/tests/src/it/selenium/rules/search_by_rule_title.html @@ -18,7 +18,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> |