test_convert

./temporal/t.rast.contour – test_convert

Test failed

Testtest_convert
Testsuite./temporal/t.rast.contour
Test file./temporal/t.rast.contour/testsuite/test_convert.py
StatusFAILED
Return code1
Number of tests8
Successful tests7
Failed tests1
Percent successful88%
Test duration0:00:17.250005
Tested modulest.rast.contour

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
F.......
======================================================================
FAIL: test_parallel (__main__.TestRasterContour)
Run 4 contour processes do not create attribute tables
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.contour/testsuite/test_convert.py", line 132, in test_parallel
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 253, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=result type=stvds -g difference:
mismatch values (key, reference, actual): [('lines', 28, 21), ('nodes', 56, 42), ('primitives', 28, 21)]
command: t.info input=result type=stvds -g {}

----------------------------------------------------------------------
Ran 8 tests in 16.416s
FAILED (failures=1)