diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-30 11:39:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-30 13:05:46 +0200 |
commit | a4d652253d8f3e55c1903c0bf4bb513a100ebbf1 (patch) | |
tree | 2cd16de7b722b535f5bff4d69703986e7b5de258 /server/sonar-web/test/json/computation-spec/history-big-1.json | |
parent | 7a9d22a005d1f0b80a161149c967f149576a46ac (diff) | |
download | sonarqube-a4d652253d8f3e55c1903c0bf4bb513a100ebbf1.tar.gz sonarqube-a4d652253d8f3e55c1903c0bf4bb513a100ebbf1.zip |
SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT
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 | 4 |
1 files changed, 2 insertions, 2 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 index d0cb80fa1a8..2007319f5e8 100644 --- a/server/sonar-web/test/json/computation-spec/history-big-1.json +++ b/server/sonar-web/test/json/computation-spec/history-big-1.json @@ -14,7 +14,7 @@ "status": "SUCCESS", "submittedAt": "2015-09-18T11:20:43+0200", "startedAt": "2015-09-18T11:20:37+0200", - "finishedAt": "2015-09-18T11:20:43+0200", + "executedAt": "2015-09-18T11:20:43+0200", "executionTimeMs": 6030 }, { @@ -26,7 +26,7 @@ "status": "SUCCESS", "submittedAt": "2015-09-18T11:16:56+0200", "startedAt": "2015-09-18T11:16:47+0200", - "finishedAt": "2015-09-18T11:16:56+0200", + "executedAt": "2015-09-18T11:16:56+0200", "executionTimeMs": 8671 } ] |