Skip to content

Commit

Permalink
Update tests/src/python/test_qgsvectorlayertemporalproperties.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 8, 2021
1 parent 7f2ab12 commit 5f06dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsvectorlayertemporalproperties.py
Expand Up @@ -694,7 +694,7 @@ def testStartAndDurationMode(self):
'("start_field" < make_datetime(2020,5,6,8,9,10) OR "start_field" IS NULL) AND (("start_field" + make_interval(0,0,0,0,0,0,"duration"/1000) > make_datetime(2019,3,4,11,12,13)) OR "duration" IS NULL)')
# map range [-------------------------)
# feature ranges . . [-------] (false)
# . [-------] (true)
# . [-------] (false)
# . [---.---] (true)
# . [-------] . (true)
# [-------] . (true)
Expand Down

0 comments on commit 5f06dd5

Please sign in to comment.