Raise value error in case of an invalid time range filters
authorGuido Günther <agx@sigxcpu.org>
Sun, 31 Jan 2016 11:51:15 +0000 (12:51 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 31 Jan 2016 11:51:15 +0000 (12:51 +0100)
commit92be21f96c6a8a961dec0540780506ecbceb4eb9
tree5442fdc6174bb514d7c7ece545b605f21bab4327
parentb98a1839eb1718f1d8ee8ea365774ed861bc9d9f
Raise value error in case of an invalid time range filters

instead of returning False. Preferably we'd only fail the single bad
time range instad of the whole request using MultiStatus later on.
calypso/xmlutils.py
tests/test_matchfilterelement.py