test_v_dissolve

./scripts/v.dissolve – test_v_dissolve

Test failed

Testtest_v_dissolve
Testsuite./scripts/v.dissolve
Test file./scripts/v.dissolve/testsuite/test_v_dissolve.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:00.870570

Supplementary files

Standard error output (stderr)

WARNING: <soils_general> not found
/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FWARNING: No data base element files found

======================================================================
FAIL: test_dissolve (__main__.TestVDissolve)
dissolve test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "scripts/v.dissolve/testsuite/test_v_dissolve.py", line 35, in test_dissolve
    self.assertModule(module)
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.dissolve> module ended with non-zero return code (1)
Called: v.dissolve(input='mysoils_general', layer='1', column='GSL_NAME', output='mysoils_general_families')
See the following errors:
ERROR: Vector map <mysoils_general> not found


----------------------------------------------------------------------
Ran 1 test in 0.200s
FAILED (failures=1)