]> source.dussan.org Git - sonarqube.git/commitdiff
fix IT
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 5 Nov 2010 15:38:31 +0000 (15:38 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 5 Nov 2010 15:38:31 +0000 (15:38 +0000)
78 files changed:
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb
sonar-server/src/main/webapp/WEB-INF/app/views/components/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/gwt/_resource_viewers.html.erb
tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html
tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html
tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html
tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html
tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html
tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html
tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html
tests/integration/tests/src/it/selenium/all-tests.html
tests/integration/tests/src/it/selenium/clover/clover2.html
tests/integration/tests/src/it/selenium/clover/clover3.html
tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html
tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html
tests/integration/tests/src/it/selenium/custom-maven-type.html
tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html
tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html
tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html
tests/integration/tests/src/it/selenium/dashboard/deprecated-url-format.html [new file with mode: 0644]
tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html
tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html
tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html
tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html
tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html
tests/integration/tests/src/it/selenium/dashboard/reference.html
tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html
tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html
tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html
tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html
tests/integration/tests/src/it/selenium/disabled-project.html
tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html
tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html
tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html
tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html
tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html
tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html
tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html
tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html
tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html
tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html
tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html
tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html
tests/integration/tests/src/it/selenium/filters/set-favourite-project.html
tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html
tests/integration/tests/src/it/selenium/i18n/french-france.html
tests/integration/tests/src/it/selenium/i18n/french-switzerland.html
tests/integration/tests/src/it/selenium/i18n/french.html
tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html
tests/integration/tests/src/it/selenium/i18n/japanese_sources.html
tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html
tests/integration/tests/src/it/selenium/many-source-dirs.html
tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html
tests/integration/tests/src/it/selenium/modules.html
tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html
tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html
tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html
tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html
tests/integration/tests/src/it/selenium/rules-on-tests.html
tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html
tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html
tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html
tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html
tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html
tests/integration/tests/src/it/selenium/timemachine/SONAR-511_first_snapshot_must_be_displayed.html
tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html
tests/integration/tests/src/it/selenium/timemachine/should-select-column-by-event.html
tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html
tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html
tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html
tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html
tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html
tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html
tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html
tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html
tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html
tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html
tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html

index 16008f4a865289d897d0967feb93ba59df13c6b3..3892d709a6d404be2c5c1bdf031572e2a9fd1e5d 100644 (file)
@@ -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 
index 2a692e75ed90fb1445e68d8c18b2ca7ce4112947..2746695d881827a2159184e97a63c738c5751887 100644 (file)
@@ -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 %>
index 94d357c8180e52f86b21765a4b588e93e3c55002..b7eeb72827e116b416642b6ca899887d422aa82f 100644 (file)
@@ -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
index 80f4f9fb742ba943f3a019822a4174c523371221..11c84094bdd78bb7bb27054f12d8a40bbdcec046 100644 (file)
@@ -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>
index 66858fe153cdd9c3d981c5483ce3c3ac363cd251..9d3b8b6c3e6e4e863e7507b0f1b02c1093b1826f 100644 (file)
@@ -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>
index 6ab43c0204187f72430930d68a3139a7e2b0d658..6d5fd288d0308bf33d3a6a5192ffb9bd6dddd16c 100644 (file)
@@ -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>
index 4a0112cc0ad189c1e74c88fc001058ea9f6a027c..aa0b79967f6813c0e0284e9f9d40c54805574eea 100644 (file)
@@ -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>
index 08abec166fece2035eaaf5ca2f58d8bcbd15ed65..465c4b028a01d50ac503ddab187760c44418b2f8 100644 (file)
@@ -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>
index 433858be124ff5ea60c06e8cfe339c2d3332e6f6..50c9d4815f1ec9144316b26e4826b6cadab46096 100644 (file)
@@ -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>
index 0735e6769082c90fff7ce6481fff9511df80db85..594dcb67d1613106eb5c8c99a73c6336263024bf 100644 (file)
@@ -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>
index f893a6125cf3d7acdcd19e8275693620bc590ebd..b1f14f1ffc867189c9a2d9a8fac5406a10e7747a 100644 (file)
@@ -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>
 <tr>
   <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>
index bc6264c8b7df1ec3dde02de659341c864b184bb5..c6f83726442e1f4cef158be2fe8a0c6a525262f1 100644 (file)
@@ -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>
index e5be47ec9afda281920df312735fc4ee3125f562..822d634b1111b97ba4d114af4da99be5bea8703d 100644 (file)
@@ -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>
index 98f876be5b8a260d6dc2ce46e18931315b6ba669..03bb33ac1a8ccd4e0f67a4fdf420638db8b61dc0 100644 (file)
@@ -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>
index f4be16d3408b333fd5826ef16fc5f93d7acefab3..359cbb0cb3d4dc6e46626f0e805e7d8b97864c51 100644 (file)
@@ -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>
index 5bd38fa433dc870e478b0f9382c4cf323a61ef83..2de41995d5bcc4af88e63bc1aadb1bba076cb192 100644 (file)
@@ -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>
index f35420fc236a51e15541b5db4706d19eb951a272..b5d8e7edcdc572044883e7abc1a7f9f46be30a7f 100644 (file)
@@ -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>
index 8a55586403d108e4ae7dbd9d8e4a63663b565b2f..ba93ce106e514fad1fc6cdbc1d57b39f1ec22253 100644 (file)
@@ -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>
index b243974906daa435b0fc5c56130910083fc151f5..11a69bcb50d24905c0815dd51603b2e607ce40e6 100644 (file)
@@ -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 (file)
index 0000000..ce97ebe
--- /dev/null
@@ -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>
index a4f48db7127d6d7831da1a68d158263e1832c4a2..a130c97380a8c95771215d4f881eb007dc5c6069 100644 (file)
@@ -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>
index 6356fa7e47009228b0d7b035220cf80c2260c267..e3bae072c61523081a3c9bcf08b1b06073ec56e6 100644 (file)
@@ -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>
index 499efbf1a4d52a5542f9de655e1f90fe1757c4f3..72c6f778ac924cf636bc507ba85839504571824f 100644 (file)
@@ -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>
index 23296b350a3b64f8e6f1641d6e80cd9ed9237657..a1eca984a135f9ff8624ddff8230ffde82f8be2d 100644 (file)
@@ -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>
index 2cc3133043707ac3eb1739dceead52fe4083fa53..fe12ef1f2f5c6b806c349334a06c09e10b652b65 100644 (file)
@@ -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>
index 3105c40d24bf5f91360062b3ed7442b86c1beced..0eaacf28f4a6006c12fabb5283f06b7fdbb169ad 100644 (file)
@@ -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>
index 5192ba057be5b601c7ed123d205eeb0d72f77187..d7239ee8ee0e4ef1d82093b689efc10eb6135296 100644 (file)
@@ -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>
index d6f941c5e09c4476fd9332305b6c2ee8a21a948b..9279fd919700d43635ea6795aa8c85b20d20d4e3 100644 (file)
@@ -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>
index d1028bb5ef962c9a976fafe29ee452c98486b980..165725f621a325e184c927ccfd48e501ce4c6be3 100644 (file)
@@ -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>
index f4116eac0af48f810595a4dbf58cf86e6eee73f2..ffa9db63e74da8507076baa52b15e3299233d724 100644 (file)
@@ -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>
index e0f8a9c33ef554810923cf2072d6fc59d2d2ac92..ed1b7e492ba6da9c5ccc7267c3c691a2d1c29d9a 100644 (file)
@@ -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>
index 25bd97ac792edc499fcee7dd4467a802aeba0203..67f90296e0e689892f3b202f0a75e9053da4ed78 100644 (file)
@@ -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>
index ac29153ddc9ba57683868659a615b8bd20863f0b..3f6c0374e382145c3192765b1d7766a2f59b9837 100644 (file)
@@ -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>
index 1fd9d253ff6a95bdf3d9721f40941b27c50637a8..17f6816ed2dcd499ae06296fc88f2f80abcc5cae 100644 (file)
@@ -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>
index f116caacd10b4e3a1f4bf690c360e8d3c83314ea..49bea06593a96a1dc81f13b6bf5595b32727dd8e 100644 (file)
@@ -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>
index fb4437283c590f8bade673ebe2dacfb14935b6d4..189ed9c2d63d7f145dc90b941a91bb9c7f310a55 100644 (file)
@@ -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>
index dab778ee27a3250f5aa8864acfc3884a455021c3..27d2412fe95eca6ed2e05af7f0552d9f09c20fc7 100644 (file)
@@ -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>
index 9e6103a61ebfb8be8efc6eb88e8a46c5cca69860..9cba768d623ff59f3cf73aba50c6f897b053bbd7 100644 (file)
@@ -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>
index cc5a2b497306d229b8d105a4c4bfdf4d46e99088..b933ae63d428d84bb9cb14df7f89f0df2e108209 100644 (file)
@@ -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>
index f0514ebf47d521229f71462baf6ebd0cbb4f8d68..770b2fe694faa4daf3e3c31292c98fc57f11e55a 100644 (file)
@@ -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>
index b48b4626e0e5e1d4c02890f9af88605a1f0e32d1..9a24ea1315b39db9b34670414ac019e68381c35c 100644 (file)
@@ -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>
index f5dcc6792bff8b86abfe99c3dbca140a48a5851d..e57babe42e1b16e2d7a42df1d8b940924c6e8a7e 100644 (file)
@@ -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>
index 02dde57bacfe342a880713270ea05deb37cb1bb9..d585b1f206ceb9b70c4c32281eff9d130f1d7499 100644 (file)
@@ -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>
index f699d7b01b07651681dc478f4983c47b26f327f2..d3fa6b531f456acf7534afea1357e873bbfe4a81 100644 (file)
@@ -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>
index 1259bd730aa5586daf5e9a88b9a5d73a0cf72c9d..a9be6c4db8db1b67ab91b3f9db87433b9f10d14f 100644 (file)
@@ -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>
index e7313db83ef987587ecde1d2b782d09e5cc7690f..100c3949b9ad759b507356a8635ab92a5859ea18 100644 (file)
@@ -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&amp;locale=fr-FR</td>
+       <td>/dashboard/index/org.sonar.tests:reference&amp;locale=fr-FR</td>
        <td></td>
 </tr>
 <tr>
index a705925313e459c3b069344fe3acb1558029ad78..b8f9756c03c4689c17df2395b77e9643320358d8 100644 (file)
@@ -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>
index 60d9177749c557da5e437b58ebd6c0d4e87719ab..5c3e347f4809969c0b417201f797e18bf18d03bb 100644 (file)
@@ -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>
index 1304c3f4f9ff492f0992d659f52570a5ce684670..7b9e18cf840a26a65c24224dc8314ba3621233fd 100644 (file)
@@ -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>
index 02bbfbce763a151e04f0754777421db3d8d677e8..d8aabd0bbc2807823661cc458e185177f94c833c 100644 (file)
@@ -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>
index 881982cff1ad2d1ebb10a8cc84908489a1dc3d85..6e39b3971cf4925a30bee93ceb224cd8de2e3411 100644 (file)
@@ -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>
index 22eb512d4b8a415aab34f885f8f8a3cbbc323659..85e5052569974e90318f8f9296444e1ac5ad93c1 100644 (file)
@@ -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>
index bfb2e4320650a90e4ede903a1a97cfd72e59d0f7..3092f1708aa1a3dc843d67e4f4f18b135ba8f5f6 100644 (file)
@@ -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>
index 163764300fe59197afa362e5f23984eb61116a69..72c70ca006e01a399f3e6f907f6162f3189f9d10 100644 (file)
@@ -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>
index ee96fd15b05c77075e34c2127fcc0c0259bf2ace..fad644b47ef7cbc6e495dd1f60ec4c30cf85826b 100644 (file)
@@ -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>
index c054ac7995296652bc0c0d9f392470456abf13c7..6f71997f43881c532284ae2639ced4a3227d5914 100644 (file)
@@ -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>
index 721e744cb2ff4232fbdd0f6a8b4a489345231a59..b5d1c9a67ecc996a51490a66290d7f8410f20fd0 100644 (file)
@@ -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>
 </tr>
 <tr>
        <td>open</td>
-       <td>/project/index/${PROJECT_KEY}</td>
+       <td>/dashboard/index/${PROJECT_KEY}</td>
        <td></td>
 </tr>
 <tr>
index d9ee946e2efaf6af0a93725be1eb9b74bc259e5f..9fef8d4cbd16c9bc4a1cc20ded7a92f2f72cbd90 100644 (file)
@@ -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>
index 669e713b59ad80466be39d9112b416882ecc11c8..2c20d4f5720de09a3c07f015aa1c7a722dc540b5 100644 (file)
@@ -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>
index 577eb10a5b2126d4d74dd0383cd83540a35af0de..88bf6d2d0d214e99513ac1f1f0918031dceed161 100644 (file)
@@ -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>
index 4f35b960ab451fb672f235b0043935c2f7cc6c70..9f36164d032004f175765199f6ed60ce2c0a2003 100644 (file)
@@ -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>
index c01f98cb72b620ebcbf25024d3a291d4a1242cf9..4210d8478f7a9e6fd93762d9ac5203c6072a5481 100644 (file)
@@ -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>
index 50db872c6a89beda7d8fd5c8ac9aefa7720ec760..ca1849e3be119b67e424a9b505eacbe442e2564a 100644 (file)
@@ -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>
index e2d3f6915707968e927bf8392b023939c9514c38..15845369d246df726ee8ed80e82d8f04f8d3ba7e 100644 (file)
@@ -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>
index 1dee96b8ff35c8dfeb2df60629fb2a46de98b07e..beca292c3a01f7264236d7b0c8775e16810634c6 100644 (file)
@@ -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>
index 18a4f2f533a4f0793e0f4261aaa9a72395b1e83e..1f3121a7cc0b0660b3eaad0776dd05f69019c098 100644 (file)
@@ -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>
index 091ca948f6f8f3145aac5faa5319943fb9bece01..47e97369772092dd5b87c3f74f202401001873c0 100644 (file)
@@ -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>
index 57942d98d9ba399217036656b093f87a352898d7..b578b4ac99c64ceda9eff01c9b89a7e2adcad7af 100644 (file)
@@ -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>
index 44947e42ec36613e9e0fee66a8c113c0f4e87e82..d098b886196f74c184229c1be0b3a0670f5688c5 100644 (file)
@@ -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>
index e9ff8bcf25dd7782776ee9f4e726f000a76486b5..ffc48b56cf2101ddaa893f221c6898aec1c665d5 100644 (file)
@@ -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>
index e582269bc441da0e47bd0df0e7f1d9d578b34c6e..35dca44e9ff198eaf6f11bc4919df5d306b928f2 100644 (file)
@@ -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>
index 67c07d91a46909f3463403c25e95572bb6b38c32..952ebcc58dce4274b94fd94c7b992d35daf6134a 100644 (file)
@@ -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>
index 2b2162eb99658aae85787bdbbee5da959857b1f3..648cd78089502973e7143946bc7b8f56925bd4ef 100644 (file)
@@ -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>
index 786168f89589eb2dbe36e7b2648a9a86a9116126..c96c98317648c75ed45ab168f20eab01ef052a52 100644 (file)
@@ -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>
index 1d103e3c716a89e2b0fd61ccd99a25c9ee5b8fd8..27f0c9f1c852cf3a77562949cb8e0f8aa8a886d9 100644 (file)
@@ -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>
index cadf89e7000c9dfd21c1ae8ef872bbdc28848037..8d7f7ac61274bd24095cee9d709cd53b504cf525 100644 (file)
@@ -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>
index 1033bb54fdd628e474f6a1cb5804b061f73e6904..6fd6106ba47e5d723e771d9518858eb0be24cbde 100644 (file)
@@ -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>
index 1e4cb7f4688a595994e7db00e58e2e1418cfa27b..b4765c3ed713a52617b4a873c05de3c59dafc120 100644 (file)
@@ -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>