test_vect_extract

./temporal/t.vect.extract – test_vect_extract

Test failed

Testtest_vect_extract
Testsuite./temporal/t.vect.extract
Test file./temporal/t.vect.extract/testsuite/test_vect_extract.py
StatusFAILED
Return code1
Number of tests6
Successful tests5
Failed tests1
Percent successful83%
Test duration0:00:18.133197
Tested modulest.vect.extract

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
F.....
======================================================================
FAIL: test_selection (__main__.TestVectorExtraction)
Perform a simple selection by datetime
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.vect.extract/testsuite/test_vect_extract.py", line 63, in test_selection
    precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=B type=stvds -g difference:
mismatch values (key, reference, actual): [('end_time', '2003-07-01 00:00:00', u"'2003-07-01 00:00:00'"), ('granularity', '3 months', u"'3 months'"), ('start_time', '2001-07-01 00:00:00', u"'2001-07-01 00:00:00'")]
command: t.info input=B type=stvds -g {}

----------------------------------------------------------------------
Ran 6 tests in 17.547s
FAILED (failures=1)