diff options
Diffstat (limited to 'server/sonar-web/test/json/computation-spec/history-big-1.json')
-rw-r--r-- | server/sonar-web/test/json/computation-spec/history-big-1.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/server/sonar-web/test/json/computation-spec/history-big-1.json b/server/sonar-web/test/json/computation-spec/history-big-1.json deleted file mode 100644 index 2007319f5e8..00000000000 --- a/server/sonar-web/test/json/computation-spec/history-big-1.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "paging": { - "pageIndex": 1, - "pageSize": 2, - "total": 3 - }, - "tasks": [ - { - "id": "AU_fwURCrnmp3Ks0AiQq", - "type": "REPORT", - "componentId": "AU_VQoJCzEjRSwxhFuns", - "componentKey": "com.sonarsource.rule-api:rule-api", - "componentName": "SonarSource :: Rule API", - "status": "SUCCESS", - "submittedAt": "2015-09-18T11:20:43+0200", - "startedAt": "2015-09-18T11:20:37+0200", - "executedAt": "2015-09-18T11:20:43+0200", - "executionTimeMs": 6030 - }, - { - "id": "AU_fvdwNrnmp3Ks0AiLg", - "type": "REPORT", - "componentId": "AU_VQoJCzEjRSwxhFuns", - "componentKey": "com.sonarsource.rule-api:rule-api", - "componentName": "SonarSource :: Rule API", - "status": "SUCCESS", - "submittedAt": "2015-09-18T11:16:56+0200", - "startedAt": "2015-09-18T11:16:47+0200", - "executedAt": "2015-09-18T11:16:56+0200", - "executionTimeMs": 8671 - } - ] -} |