summaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-03-22 10:06:28 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2016-03-23 20:31:30 +0100
commitf4354c32ebc7ac46ea261c81ed791f065e080c02 (patch)
tree8bb36abf2653e768712402b840968615a35cabcc /it
parentf7422cae1cda99e1b81aa92695c73ef5398bc5ce (diff)
downloadsonarqube-f4354c32ebc7ac46ea261c81ed791f065e080c02.tar.gz
sonarqube-f4354c32ebc7ac46ea261c81ed791f065e080c02.zip
Update scanner report to protobuf 3 (imply SONAR-7497)
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/resources/test/TestExecutionTest/expected.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/it/it-tests/src/test/resources/test/TestExecutionTest/expected.json b/it/it-tests/src/test/resources/test/TestExecutionTest/expected.json
index 8ad71d649bc..843d28f5284 100644
--- a/it/it-tests/src/test/resources/test/TestExecutionTest/expected.json
+++ b/it/it-tests/src/test/resources/test/TestExecutionTest/expected.json
@@ -4,9 +4,7 @@
"name": "success",
"status": "OK",
"durationInMs": 4,
- "coveredLines": 0,
- "message": "",
- "stacktrace": ""
+ "coveredLines": 0
},
{
"name": "error",
@@ -21,15 +19,13 @@
"status": "FAILURE",
"durationInMs": 2,
"coveredLines": 0,
- "message": "Failure",
- "stacktrace": ""
+ "message": "Failure"
},
{
"name": "skipped",
"status": "SKIPPED",
"coveredLines": 0,
- "message": "",
- "stacktrace": ""
+ "durationInMs": 0
}
]
}