diff options
78 files changed, 118 insertions, 82 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb index 16008f4a865..3892d709a6d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb @@ -69,7 +69,7 @@ class Sonar::Treemap def get_url(snapshot,color_measure) if snapshot.display_dashboard? - "document.location='#{ApplicationController.root_context}/dashboard/index?resource=#{snapshot.project.copy_resource_id || snapshot.project_id}'" + "document.location='#{ApplicationController.root_context}/dashboard/index/#{snapshot.project.copy_resource_id || snapshot.project_id}'" else "window.open('#{ApplicationController.root_context}/resource/index/#{snapshot.project_id}?viewer_metric_key=#{@color_metric.key}','resource','height=800,width=900,scrollbars=1,resizable=1');return false;" end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/components/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/components/index.html.erb index 2a692e75ed9..2746695d881 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/components/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/components/index.html.erb @@ -45,7 +45,7 @@ <td class="left" x="<%= u(snapshot.project.name) -%>"> <%= qualifier_icon(snapshot) %> <% if snapshot.project.display_dashboard? %> - <a href="<%= ApplicationController.root_context + "/dashboard/index?resource=#{snapshot.project.copy_resource_id || snapshot.project.id}" -%>"><%= snapshot.project.name -%></a> + <a href="<%= ApplicationController.root_context + "/dashboard/index/#{snapshot.project.copy_resource_id || snapshot.project.id}" -%>"><%= snapshot.project.name -%></a> <% else %> <%= snapshot.project.name %> <% end %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/gwt/_resource_viewers.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/gwt/_resource_viewers.html.erb index 94d357c8180..b7eeb72827e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/gwt/_resource_viewers.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/gwt/_resource_viewers.html.erb @@ -1,6 +1,6 @@ <script type="text/javascript"> var pages = [ - {"id": "dashboard", "name": "Dashboard", "gwt": false, "url": "/dashboard/index?hd=false&layout=false&resource=", "m":[], "s":['PRJ','DIR'], "q": [], "l": []}, + {"id": "dashboard", "name": "Dashboard", "gwt": false, "url": "/dashboard/index?hd=false&layout=false&id=", "m":[], "s":['PRJ','DIR'], "q": [], "l": []}, <% gwt_pages=[] page_index=0 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 80f4f9fb742..11c84094bdd 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 @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:findbugs</td> + <td>/dashboard/index/org.sonar.tests:findbugs</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html b/tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html index 66858fe153c..9d3b8b6c3e6 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html +++ b/tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:maven-extensions</td> + <td>/dashboard/index/org.sonar.tests:maven-extensions</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html b/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html index 6ab43c02041..6d5fd288d03 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html +++ b/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reuse-rules-config</td> + <td>/dashboard/index/org.sonar.tests:reuse-rules-config</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html b/tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html index 4a0112cc0ad..aa0b79967f6 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html +++ b/tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html @@ -16,7 +16,7 @@ <tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.jee:parent</td> + <td>/dashboard/index/org.sonar.tests.jee:parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html b/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html index 08abec166fe..465c4b028a0 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html +++ b/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:SONAR-594-no-violations</td> + <td>/dashboard/index/org.sonar.tests:SONAR-594-no-violations</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html b/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html index 433858be124..50c9d4815f1 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html +++ b/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:SONAR-787-checkstyle-SuppressionCommentFilter</td> + <td>/dashboard/index/org.sonar.tests:SONAR-787-checkstyle-SuppressionCommentFilter</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html b/tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html index 0735e676908..594dcb67d16 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html +++ b/tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.clover2skip:parent</td> + <td>/dashboard/index/org.sonar.tests.clover2skip:parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/all-tests.html b/tests/integration/tests/src/it/selenium/all-tests.html index f893a6125cf..b1f14f1ffc8 100644 --- a/tests/integration/tests/src/it/selenium/all-tests.html +++ b/tests/integration/tests/src/it/selenium/all-tests.html @@ -12,6 +12,8 @@ <td><b>Test Suite</b></td> </tr> + + <tr> <td><a href="filters/anonymous-default-filters.html">filters/anonymous-default-filters</a></td> </tr> @@ -116,6 +118,9 @@ <td><a href="footer-data.html">footer data</a></td> </tr> <tr> + <td><a href="dashboard/deprecated-url-format.html">dashboard/deprecated-url-format</a></td> +</tr> +<tr> <td><a href="dashboard/SONAR-601-project-without-measures.html">dashboard/SONAR-601-project-without-measures</a> </td> </tr> diff --git a/tests/integration/tests/src/it/selenium/clover/clover2.html b/tests/integration/tests/src/it/selenium/clover/clover2.html index bc6264c8b7d..c6f83726442 100644 --- a/tests/integration/tests/src/it/selenium/clover/clover2.html +++ b/tests/integration/tests/src/it/selenium/clover/clover2.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.clover2:parent</td> + <td>/dashboard/index/org.sonar.tests.clover2:parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/clover/clover3.html b/tests/integration/tests/src/it/selenium/clover/clover3.html index e5be47ec9af..822d634b111 100644 --- a/tests/integration/tests/src/it/selenium/clover/clover3.html +++ b/tests/integration/tests/src/it/selenium/clover/clover3.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.clover3:parent</td> + <td>/dashboard/index/org.sonar.tests.clover3:parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html b/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html index 98f876be5b8..03bb33ac1a8 100644 --- a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html +++ b/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html @@ -23,7 +23,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html b/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html index f4be16d3408..359cbb0cb3d 100644 --- a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html +++ b/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html @@ -23,7 +23,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/custom-maven-type.html b/tests/integration/tests/src/it/selenium/custom-maven-type.html index 5bd38fa433d..2de41995d5b 100644 --- a/tests/integration/tests/src/it/selenium/custom-maven-type.html +++ b/tests/integration/tests/src/it/selenium/custom-maven-type.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:maven-custom-type</td> + <td>/dashboard/index/org.sonar.tests:maven-custom-type</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html b/tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html index f35420fc236..b5d8e7edcdc 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html +++ b/tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html @@ -28,7 +28,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:jar-without-sources</td> + <td>/dashboard/index/org.sonar.tests:jar-without-sources</td> <td></td> </tr> <tr> @@ -43,7 +43,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:pom-without-modules</td> + <td>/dashboard/index/org.sonar.tests:pom-without-modules</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html b/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html index 8a55586403d..ba93ce106e5 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html +++ b/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html b/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html index b243974906d..11a69bcb50d 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html +++ b/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/deprecated-url-format.html b/tests/integration/tests/src/it/selenium/dashboard/deprecated-url-format.html new file mode 100644 index 00000000000..ce97ebe10f0 --- /dev/null +++ b/tests/integration/tests/src/it/selenium/dashboard/deprecated-url-format.html @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head profile="http://selenium-ide.openqa.org/profiles/test-case"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link rel="selenium.base" href="" /> +<title>deprecated-url-format</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> +<thead> +<tr><td rowspan="1" colspan="3">deprecated-url-format</td></tr> +</thead><tbody> +<tr> + <td>open</td> + <td>/project/index/org.sonar.tests:reference?foo=bar</td> + <td></td> +</tr> +<tr> + <td>assertLocation</td> + <td>glob:*/dashboard/index/org.sonar.tests:reference?foo=bar</td> + <td></td> +</tr> +<tr> + <td>assertTextPresent</td> + <td>Sonar tests - reference</td> + <td></td> +</tr> + +</tbody></table> +</body> +</html> diff --git a/tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html b/tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html index a4f48db7127..a130c97380a 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html +++ b/tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html b/tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html index 6356fa7e470..e3bae072c61 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html +++ b/tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-core:org.apache.struts.config</td> + <td>/dashboard/index/org.apache.struts:struts-core:org.apache.struts.config</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html b/tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html index 499efbf1a4d..72c6f778ac9 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html +++ b/tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html b/tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html index 23296b350a3..a1eca984a13 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html +++ b/tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-core:org.apache.struts.config</td> + <td>/dashboard/index/org.apache.struts:struts-core:org.apache.struts.config</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html b/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html index 2cc31330437..fe12ef1f2f5 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html +++ b/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/reference.html b/tests/integration/tests/src/it/selenium/dashboard/reference.html index 3105c40d24b..0eaacf28f4a 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/reference.html +++ b/tests/integration/tests/src/it/selenium/dashboard/reference.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html b/tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html index 5192ba057be..d7239ee8ee0 100644 --- a/tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html +++ b/tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html b/tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html index d6f941c5e09..9279fd91970 100644 --- a/tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html +++ b/tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html b/tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html index d1028bb5ef9..165725f621a 100644 --- a/tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html +++ b/tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html b/tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html index f4116eac0af..ffa9db63e74 100644 --- a/tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html +++ b/tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-faces</td> + <td>/dashboard/index/org.apache.struts:struts-faces</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/disabled-project.html b/tests/integration/tests/src/it/selenium/disabled-project.html index e0f8a9c33ef..ed1b7e492ba 100644 --- a/tests/integration/tests/src/it/selenium/disabled-project.html +++ b/tests/integration/tests/src/it/selenium/disabled-project.html @@ -48,7 +48,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:disabled-project</td> + <td>/dashboard/index/org.sonar.tests:disabled-project</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html b/tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html index 25bd97ac792..67f90296e0e 100644 --- a/tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html +++ b/tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html b/tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html index ac29153ddc9..3f6c0374e38 100644 --- a/tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html +++ b/tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html @@ -33,7 +33,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html b/tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html index 1fd9d253ff6..17f6816ed2d 100644 --- a/tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html +++ b/tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html @@ -38,7 +38,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html b/tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html index f116caacd10..49bea06593a 100644 --- a/tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html +++ b/tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html @@ -38,7 +38,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html b/tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html index fb4437283c5..189ed9c2d63 100644 --- a/tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html +++ b/tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.modules:parent</td> + <td>/dashboard/index/org.sonar.tests.modules:parent</td> <td></td> </tr> <tr> @@ -23,7 +23,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.modules:module_a</td> + <td>/dashboard/index/org.sonar.tests.modules:module_a</td> <td></td> </tr> <tr> @@ -33,7 +33,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.modules:submodule_a1:org.codehaus.sonar.samples.samplewithmodules.submodulea1</td> + <td>/dashboard/index/org.sonar.tests.modules:submodule_a1:org.codehaus.sonar.samples.samplewithmodules.submodulea1</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html b/tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html index dab778ee27a..27d2412fe95 100644 --- a/tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html +++ b/tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html @@ -18,7 +18,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html b/tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html index 9e6103a61eb..9cba768d623 100644 --- a/tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html +++ b/tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html @@ -38,7 +38,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html b/tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html index cc5a2b49730..b933ae63d42 100644 --- a/tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html +++ b/tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:exclusions</td> + <td>/dashboard/index/org.sonar.tests:exclusions</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html b/tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html index f0514ebf47d..770b2fe694f 100644 --- a/tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html +++ b/tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:exclusions</td> + <td>/dashboard/index/org.sonar.tests:exclusions</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html b/tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html index b48b4626e0e..9a24ea1315b 100644 --- a/tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html +++ b/tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:exclusions</td> + <td>/dashboard/index/org.sonar.tests:exclusions</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html b/tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html index f5dcc6792bf..e57babe42e1 100644 --- a/tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html +++ b/tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:exclusions</td> + <td>/dashboard/index/org.sonar.tests:exclusions</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html b/tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html index 02dde57bacf..d585b1f206c 100644 --- a/tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html +++ b/tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html @@ -38,7 +38,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/filters/set-favourite-project.html b/tests/integration/tests/src/it/selenium/filters/set-favourite-project.html index f699d7b01b0..d3fa6b531f4 100644 --- a/tests/integration/tests/src/it/selenium/filters/set-favourite-project.html +++ b/tests/integration/tests/src/it/selenium/filters/set-favourite-project.html @@ -58,7 +58,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> @@ -93,7 +93,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/org.apache.struts:struts-parent</td> + <td>/dashboard/index/org.apache.struts:struts-parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html b/tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html index 1259bd730aa..a9be6c4db8d 100644 --- a/tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html +++ b/tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference?locale=foo</td> + <td>/dashboard/index/org.sonar.tests:reference?locale=foo</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/i18n/french-france.html b/tests/integration/tests/src/it/selenium/i18n/french-france.html index e7313db83ef..100c3949b9a 100644 --- a/tests/integration/tests/src/it/selenium/i18n/french-france.html +++ b/tests/integration/tests/src/it/selenium/i18n/french-france.html @@ -3,7 +3,6 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<link rel="selenium.base" href="http://localhost:9000/" /> <title>french-france</title> </head> <body> @@ -13,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/dashboard/index?resource=org.sonar.tests:reference&locale=fr-FR</td> + <td>/dashboard/index/org.sonar.tests:reference&locale=fr-FR</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/i18n/french-switzerland.html b/tests/integration/tests/src/it/selenium/i18n/french-switzerland.html index a705925313e..b8f9756c03c 100644 --- a/tests/integration/tests/src/it/selenium/i18n/french-switzerland.html +++ b/tests/integration/tests/src/it/selenium/i18n/french-switzerland.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference?locale=fr-CH</td> + <td>/dashboard/index/org.sonar.tests:reference?locale=fr-CH</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/i18n/french.html b/tests/integration/tests/src/it/selenium/i18n/french.html index 60d9177749c..5c3e347f480 100644 --- a/tests/integration/tests/src/it/selenium/i18n/french.html +++ b/tests/integration/tests/src/it/selenium/i18n/french.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference?locale=fr</td> + <td>/dashboard/index/org.sonar.tests:reference?locale=fr</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html b/tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html index 1304c3f4f9f..7b9e18cf840 100644 --- a/tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html +++ b/tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:sjis-charset</td> + <td>/dashboard/index/org.sonar.tests:sjis-charset</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/i18n/japanese_sources.html b/tests/integration/tests/src/it/selenium/i18n/japanese_sources.html index 02bbfbce763..d8aabd0bbc2 100644 --- a/tests/integration/tests/src/it/selenium/i18n/japanese_sources.html +++ b/tests/integration/tests/src/it/selenium/i18n/japanese_sources.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:sjis-charset</td> + <td>/dashboard/index/org.sonar.tests:sjis-charset</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html b/tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html index 881982cff1a..6e39b3971cf 100644 --- a/tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html +++ b/tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html @@ -12,7 +12,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:java-inner-classes</td> + <td>/dashboard/index/org.sonar.tests:java-inner-classes</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/many-source-dirs.html b/tests/integration/tests/src/it/selenium/many-source-dirs.html index 22eb512d4b8..85e50525699 100644 --- a/tests/integration/tests/src/it/selenium/many-source-dirs.html +++ b/tests/integration/tests/src/it/selenium/many-source-dirs.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:many-source-dirs</td> + <td>/dashboard/index/org.sonar.tests:many-source-dirs</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html b/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html index bfb2e432065..3092f1708aa 100644 --- a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html +++ b/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/modules.html b/tests/integration/tests/src/it/selenium/modules.html index 163764300fe..72c70ca006e 100644 --- a/tests/integration/tests/src/it/selenium/modules.html +++ b/tests/integration/tests/src/it/selenium/modules.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.modules:parent</td> + <td>/dashboard/index/org.sonar.tests.modules:parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html b/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html index ee96fd15b05..fad644b47ef 100644 --- a/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html +++ b/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</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 c054ac79952..6f71997f438 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 @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:single-classes</td> + <td>/dashboard/index/org.sonar.tests:single-classes</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html b/tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html index 721e744cb2f..b5d1c9a67ec 100644 --- a/tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html +++ b/tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html @@ -83,7 +83,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/${PROJECT_KEY}</td> + <td>/dashboard/index/${PROJECT_KEY}</td> <td></td> </tr> <tr> @@ -183,7 +183,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/${PROJECT_KEY}</td> + <td>/dashboard/index/${PROJECT_KEY}</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html b/tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html index d9ee946e2ef..9fef8d4cbd1 100644 --- a/tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html +++ b/tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html @@ -83,7 +83,7 @@ </tr> <tr> <td>open</td> - <td>/project/index/${PROJECT_KEY}</td> + <td>/dashboard/index/${PROJECT_KEY}</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/rules-on-tests.html b/tests/integration/tests/src/it/selenium/rules-on-tests.html index 669e713b59a..2c20d4f5720 100644 --- a/tests/integration/tests/src/it/selenium/rules-on-tests.html +++ b/tests/integration/tests/src/it/selenium/rules-on-tests.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:rulesOnTests</td> + <td>/dashboard/index/org.sonar.tests:rulesOnTests</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html b/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html index 577eb10a5b2..88bf6d2d0d2 100644 --- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html +++ b/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:single-classes</td> + <td>/dashboard/index/org.sonar.tests:single-classes</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html b/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html index 4f35b960ab4..9f36164d032 100644 --- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html +++ b/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.test-failures:moduleA</td> + <td>/dashboard/index/org.sonar.tests.test-failures:moduleA</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html b/tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html index c01f98cb72b..4210d8478f7 100644 --- a/tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html +++ b/tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:deprecated-sonar-light</td> + <td>/dashboard/index/org.sonar.tests:deprecated-sonar-light</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html b/tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html index 50db872c6a8..ca1849e3be1 100644 --- a/tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html +++ b/tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:ant-static</td> + <td>/dashboard/index/org.sonar.tests:ant-static</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html b/tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html index e2d3f691570..15845369d24 100644 --- a/tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html +++ b/tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:ant-static</td> + <td>/dashboard/index/org.sonar.tests:ant-static</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/timemachine/SONAR-511_first_snapshot_must_be_displayed.html b/tests/integration/tests/src/it/selenium/timemachine/SONAR-511_first_snapshot_must_be_displayed.html index 1dee96b8ff3..beca292c3a0 100644 --- a/tests/integration/tests/src/it/selenium/timemachine/SONAR-511_first_snapshot_must_be_displayed.html +++ b/tests/integration/tests/src/it/selenium/timemachine/SONAR-511_first_snapshot_must_be_displayed.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:timemachine</td> + <td>/dashboard/index/org.sonar.tests:timemachine</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html b/tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html index 18a4f2f533a..1f3121a7cc0 100644 --- a/tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html +++ b/tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:timemachine</td> + <td>/dashboard/index/org.sonar.tests:timemachine</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/timemachine/should-select-column-by-event.html b/tests/integration/tests/src/it/selenium/timemachine/should-select-column-by-event.html index 091ca948f6f..47e97369772 100644 --- a/tests/integration/tests/src/it/selenium/timemachine/should-select-column-by-event.html +++ b/tests/integration/tests/src/it/selenium/timemachine/should-select-column-by-event.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:timemachine</td> + <td>/dashboard/index/org.sonar.tests:timemachine</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html b/tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html index 57942d98d9b..b578b4ac99c 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html b/tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html index 44947e42ec3..d098b886196 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:ant-static</td> + <td>/dashboard/index/org.sonar.tests:ant-static</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html b/tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html index e9ff8bcf25d..ffc48b56cf2 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:ant-dynamic-clover</td> + <td>/dashboard/index/org.sonar.tests:ant-dynamic-clover</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html b/tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html index e582269bc44..35dca44e9ff 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:ant-dynamic-cobertura</td> + <td>/dashboard/index/org.sonar.tests:ant-dynamic-cobertura</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html b/tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html index 67c07d91a46..952ebcc58dc 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:ant-dynamic-junit</td> + <td>/dashboard/index/org.sonar.tests:ant-dynamic-junit</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html b/tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html index 2b2162eb996..648cd780895 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reuse-coverage-reports</td> + <td>/dashboard/index/org.sonar.tests:reuse-coverage-reports</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html b/tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html index 786168f8958..c96c9831764 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:skip-surefire-tests</td> + <td>/dashboard/index/org.sonar.tests:skip-surefire-tests</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html b/tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html index 1d103e3c716..27f0c9f1c85 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests.test-failures:parent</td> + <td>/dashboard/index/org.sonar.tests.test-failures:parent</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html b/tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html index cadf89e7000..8d7f7ac6127 100644 --- a/tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html +++ b/tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:no-tests</td> + <td>/dashboard/index/org.sonar.tests:no-tests</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html b/tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html index 1033bb54fdd..6fd6106ba47 100644 --- a/tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html +++ b/tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html b/tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html index 1e4cb7f4688..b4765c3ed71 100644 --- a/tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html +++ b/tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/project/index/org.sonar.tests:reference</td> + <td>/dashboard/index/org.sonar.tests:reference</td> <td></td> </tr> <tr> |