From 91e29d47a06b3f5c7dd48bd19447a639b3b7de4c Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 12 Aug 2015 11:23:22 +0200 Subject: SONAR-6765 SONAR-6766 show multiple issue locations and execution flows --- .../source-viewer-spec/issues-with-precise-location.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'server/sonar-web/src/test') diff --git a/server/sonar-web/src/test/json/source-viewer-spec/issues-with-precise-location.json b/server/sonar-web/src/test/json/source-viewer-spec/issues-with-precise-location.json index 706d0868793..abf37c14c8c 100644 --- a/server/sonar-web/src/test/json/source-viewer-spec/issues-with-precise-location.json +++ b/server/sonar-web/src/test/json/source-viewer-spec/issues-with-precise-location.json @@ -68,18 +68,18 @@ "componentId": 1875, "project": "com.sonarsource.samples:multiple-issue-locations", "subProject": "com.sonarsource.samples:multiple-issue-locations", - "line": 11, + "line": 9, "textRange": { - "startLine": 11, - "endLine": 11, + "startLine": 9, + "endLine": 9, "startOffset": 6, - "endOffset": 11 + "endOffset": 10 }, "secondaryLocations": [ { "textRange": { - "startLine": 10, - "endLine": 10, + "startLine": 8, + "endLine": 8, "startOffset": 6, "endOffset": 11 } -- cgit v1.2.3