Source
test case Valid parameters '1d,now/M-1M+6d/w+1d' from 2020-09-18 10 00 00.000000000 +0300
---
test case Invalid period ''
in
param now/h
timezone Europe/Riga
time 2020-09-01 00 00 00.000000000 +0300
out
return FAIL
---
test case Invalid period 'h'
in
param h now/h
timezone Europe/Riga
time 2020-09-01 00 00 00.000000000 +0300
out
return FAIL
---
test case Invalid period '1'
in
param 1 now/h
timezone Europe/Riga
time 2020-09-01 00 00 00.000000000 +0300
out
return FAIL
---
test case Invalid period '1H'
in
param 1H now/h
timezone Europe/Riga
time 2020-09-01 00 00 00.000000000 +0300
out
return FAIL
---
test case Invalid period '0h'
in
param 0h now/h
timezone Europe/Riga
time 2020-09-01 00 00 00.000000000 +0300
out
return FAIL
---
test case Invalid period '12345678901234567890h'
in
param 12345678901234567890h now/h
timezone Europe/Riga
time 2020-09-01 00 00 00.000000000 +0300
out
return FAIL
---
test case Valid period '1h'
in
param 1h now/h
timezone Europe/Riga
time 2020-09-01 00 00 00.000000000 +0300
out
start 2020-08-31 23 00 00.000000000 +0300
end 2020-08-31 23 00 00.000000000 +0300
return SUCCEED
---
test case Invalid period shift '/h'
in
param 1h /h
timezone Europe/Riga