test_distr_tgis_db_vector

./temporal/t.connect – test_distr_tgis_db_vector

Test failed

Testtest_distr_tgis_db_vector
Testsuite./temporal/t.connect
Test file./temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
StatusFAILED
Return code1
Number of tests4
Successful tests2
Failed tests2
Percent successful50%
Test duration0:00:23.066310
Tested modulest.list, t.vect.list

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..F
======================================================================
FAIL: test_stvds_info (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_vector.py", line 185, in test_stvds_info
    module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=A@testvect1 type=stvds -g difference:
mismatch values (key, reference, actual): [('end_time', '2001-04-01 00:00:00', u"'2001-04-01 00:00:00'"), ('granularity', '1 month', u"'1 month'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=A@testvect1 type=stvds -g {}

======================================================================
FAIL: testv_vector_info (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_vector.py", line 238, in testv_vector_info
    module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=a1@testvect1 type=vector -g difference:
mismatch values (key, reference, actual): [('end_time', '2001-02-01 00:00:00', u"'2001-02-01 00:00:00'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=a1@testvect1 type=vector -g {}

----------------------------------------------------------------------
Ran 4 tests in 22.288s
FAILED (failures=2)