]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7320 Display a file name for each test method in the coverage popup
authorStas Vilchik <vilchiks@gmail.com>
Mon, 18 Apr 2016 11:31:43 +0000 (13:31 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 18 Apr 2016 11:31:43 +0000 (13:31 +0200)
server/sonar-web/src/main/js/components/source-viewer/popups/coverage-popup.js

index 94e8c5d3689248cb138ddad9a71f134c3b55a9a3..891ebca66e68c829f6a1fe69fbc1943cbb2c9125 100644 (file)
@@ -49,7 +49,7 @@ export default Popup.extend({
       return {
         file: {
           id: test.fileId,
-          longName: test.fileLongName
+          longName: test.fileName
         },
         tests: testSet
       };