From e55403cbaa10eedf405ed8eb9d10a44417d476f8 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 24 Jul 2014 09:28:26 +0200 Subject: [PATCH] SONAR-3513 Feedback applied --- .../hbs/component-viewer/header/cw-tests-header.hbs | 13 +++++++------ .../main/resources/org/sonar/l10n/core.properties | 8 ++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs b/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs index 0b8659bb2a6..19f904c1b3b 100644 --- a/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs +++ b/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs @@ -44,7 +44,13 @@
- {{t 'component_viewer.measure_section.test_names'}} + + {{t 'component_viewer.measure_section.test_cases'}} + {{t 'component_viewer.tests.ordered_by'}} + {{t 'component_viewer.tests.test_name'}} + / + {{t 'component_viewer.tests.duration'}} + {{#if hasCoveragePerTestData}} {{t 'component_viewer.covered_lines'}} {{/if}} @@ -77,9 +83,4 @@ {{/eq}} {{/each}} -
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 8d538ffb626..d69d7f43d0c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2651,7 +2651,7 @@ component_viewer.measure_section.issues=Issues component_viewer.measure_section.sqale=SQALE component_viewer.measure_section.unit_tests=Unit Tests component_viewer.measure_section.tests=Tests -component_viewer.measure_section.test_names=Test Names +component_viewer.measure_section.test_cases=Test Cases component_viewer.measure_section.integration_tests=Integration Tests component_viewer.measure_section.overall=Overall @@ -2673,9 +2673,9 @@ component_viewer.transition.coverage=Covered By component_viewer.transition.covers=Covers component_viewer.transition.duplication=Duplicated By -component_viewer.tests.sort_by=Sort by -component_viewer.tests.duration=Duration -component_viewer.tests.test_name=Test Name +component_viewer.tests.ordered_by=ordered by +component_viewer.tests.duration=duration +component_viewer.tests.test_name=name component_viewer.x_lines_are_covered={0} lines are covered component_viewer.details=Details -- 2.39.5