aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-07-18 15:45:56 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-07-18 15:46:06 +0600
commit28d8c2c9a55973f5aebe8316001a40432f007cbe (patch)
treea81ce6f672fba1268390945ba8fe7d35364bfd30 /sonar-core
parent8e042f2ca93c7f4422fe7e9c264013f3887a8c46 (diff)
downloadsonarqube-28d8c2c9a55973f5aebe8316001a40432f007cbe.tar.gz
sonarqube-28d8c2c9a55973f5aebe8316001a40432f007cbe.zip
SONAR-3513 Sort unit tests based on name or execution time
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 4 insertions, 0 deletions
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 4b4952991e4..54fc3f9b32c 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2667,6 +2667,10 @@ 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.x_lines_are_covered={0} lines are covered
component_viewer.details=Details
component_viewer.add_manual_issue=Add Manual Issue