aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-08-12 11:23:22 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-08-13 10:49:41 +0200
commit91e29d47a06b3f5c7dd48bd19447a639b3b7de4c (patch)
treef548f32a3987b51986df32ef1dfb126cc8279574 /server/sonar-web/src/test
parentaaa5554c0a8e5478ad94739933784bdb59d60270 (diff)
downloadsonarqube-91e29d47a06b3f5c7dd48bd19447a639b3b7de4c.tar.gz
sonarqube-91e29d47a06b3f5c7dd48bd19447a639b3b7de4c.zip
SONAR-6765 SONAR-6766 show multiple issue locations and execution flows
Diffstat (limited to 'server/sonar-web/src/test')
-rw-r--r--server/sonar-web/src/test/json/source-viewer-spec/issues-with-precise-location.json12
1 files changed, 6 insertions, 6 deletions
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
}