test_r_to_vect

./raster/r.to.vect – test_r_to_vect

Test failed

Testtest_r_to_vect
Testsuite./raster/r.to.vect
Test file./raster/r.to.vect/testsuite/test_r_to_vect.py
StatusFAILED
Return code1
Number of tests4
Successful tests1
Failed tests3
Percent successful25%
Test duration0:00:51.179373
Tested modulesr.to.vect

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,
.FFF
======================================================================
FAIL: test_flags (__main__.Testrr)
Testing flag s
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.to.vect/testsuite/test_r_to_vect.py", line 37, in test_flags
    self.assertVectorFitsTopoInfo(self.output, topology)
  File "etc/python/grass/gunittest/case.py", line 361, in assertVectorFitsTopoInfo
    precision=0)
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: v.info map=testrtovect layer=1 -t difference:
mismatch values (key, reference, actual): [('points', 36011, 263975)]
command: v.info map=testrtovect layer=1 -t {'map': 'testrtovect', 'flags': 't'}

======================================================================
FAIL: test_flagt (__main__.Testrr)
Testing flag t
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.to.vect/testsuite/test_r_to_vect.py", line 55, in test_flagt
    self.assertVectorFitsTopoInfo(self.output, topology)
  File "etc/python/grass/gunittest/case.py", line 361, in assertVectorFitsTopoInfo
    precision=0)
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: v.info map=testrtovect layer=1 -t difference:
mismatch values (key, reference, actual): [('areas', 33, 5636)]
command: v.info map=testrtovect layer=1 -t {'map': 'testrtovect', 'flags': 't'}

======================================================================
FAIL: test_flagz (__main__.Testrr)
Testing flag z
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.to.vect/testsuite/test_r_to_vect.py", line 43, in test_flagz
    self.assertVectorFitsTopoInfo(self.output, topology)
  File "etc/python/grass/gunittest/case.py", line 361, in assertVectorFitsTopoInfo
    precision=0)
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: v.info map=testrtovect layer=1 -t difference:
mismatch values (key, reference, actual): [('points', 36011, 263975)]
command: v.info map=testrtovect layer=1 -t {'map': 'testrtovect', 'flags': 't'}

----------------------------------------------------------------------
Ran 4 tests in 50.543s
FAILED (failures=3)