aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-22 14:40:26 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-22 14:40:26 +0000
commit7193aef67d64d8a58d62048745195ee12326c28a (patch)
tree96fe4e37b6400a35733f7b3a47f2cfb10b97f800 /sonar-ws-client/src
parenta8feb7c18b4d3ce67f5013439c12213acca29704 (diff)
downloadsonarqube-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.json6
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]
}
]