Changed for utc browser tests.

This commit is contained in:
Martin Edenhofer 2015-10-27 17:04:17 +01:00
parent aabfef0b2b
commit de26307458

View file

@ -280,7 +280,7 @@ test( "datetime selector check", function() {
// check params // check params
currentTime = timeStamp.toISOString() currentTime = timeStamp.toISOString()
currentTime = currentTime.replace(/(\d\d.\d\d.\d\d\.\d\d\dZ)$/, '07:00:00.000Z') currentTime = currentTime.replace(/(\d\d.\d\d.\d\d\.\d\d\dZ)$/, '08:00:00.000Z')
params = App.ControllerForm.params( el ) params = App.ControllerForm.params( el )
test_params = { test_params = {
datetime1: currentTime, datetime1: currentTime,