diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-10-02 11:01:38 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-10-02 11:01:38 +0200 |
commit | b9f6543107319cb830dbc3f47900bdb6494077ea (patch) | |
tree | bffc00c4a2152c472c44343b10da39960c1f5a53 /server/sonar-web/test/json/computation-spec/history-big-1.json | |
parent | ca6967452abc33d6d38e08e0745b9797d7d7ae0f (diff) | |
download | sonarqube-b9f6543107319cb830dbc3f47900bdb6494077ea.tar.gz sonarqube-b9f6543107319cb830dbc3f47900bdb6494077ea.zip |
SONAR-6834 clean up old code
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 - } - ] -} |