test_v_dissolve 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.191s
FAILED (failures=1)