diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-22 14:06:24 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-22 14:06:24 +0000 |
commit | 5678f4236e27ae81c05bba5d611f6e579695c2ab (patch) | |
tree | 5b17e41acab16cdcffd82c49b3918134de4c791a /sonar-ws-client/src/test | |
parent | 5b391705923fdd309ec14925bf562d5749cf2160 (diff) | |
download | sonarqube-5678f4236e27ae81c05bba5d611f6e579695c2ab.tar.gz sonarqube-5678f4236e27ae81c05bba5d611f6e579695c2ab.zip |
fix unit tests
Diffstat (limited to 'sonar-ws-client/src/test')
-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 376770398e9..6d8d4326801 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:01:00+0200", + "d":"2010-10-19T00:13:00+0200", "v":[21.0,80.0] }, { - "d":"2010-10-21T00:01:00+0100", + "d":"2010-10-21T00:14:00+0100", "v":[29.0,70.0] }, { - "d":"2010-10-25T00:04:00+0100", + "d":"2010-10-25T00:15:00+0100", "v":[22.6,75.0] } ] |