diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-22 14:40:26 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-22 14:40:26 +0000 |
commit | 7193aef67d64d8a58d62048745195ee12326c28a (patch) | |
tree | 96fe4e37b6400a35733f7b3a47f2cfb10b97f800 /sonar-ws-client/src | |
parent | a8feb7c18b4d3ce67f5013439c12213acca29704 (diff) | |
download | sonarqube-7193aef67d64d8a58d62048745195ee12326c28a.tar.gz sonarqube-7193aef67d64d8a58d62048745195ee12326c28a.zip |
fix unit test (timezone pb)
Diffstat (limited to 'sonar-ws-client/src')
-rw-r--r-- | sonar-ws-client/src/test/resources/timemachine/timemachine.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-ws-client/src/test/resources/timemachine/timemachine.json b/sonar-ws-client/src/test/resources/timemachine/timemachine.json index 6d8d4326801..c9610fb6ac0 100644 --- a/sonar-ws-client/src/test/resources/timemachine/timemachine.json +++ b/sonar-ws-client/src/test/resources/timemachine/timemachine.json @@ -10,15 +10,15 @@ ], "cells":[ { - "d":"2010-10-19T00:13:00+0200", + "d":"2010-10-19T13:00:00+0200", "v":[21.0,80.0] }, { - "d":"2010-10-21T00:14:00+0100", + "d":"2010-10-21T12:00:00+0100", "v":[29.0,70.0] }, { - "d":"2010-10-25T00:15:00+0100", + "d":"2010-10-25T13:00:00+0100", "v":[22.6,75.0] } ] |