test_v_what_vect stderr

Copy vector <hospitals@PERMANENT> to current mapset as <myhospitals>
Default driver / database set to:
driver: sqlite
database: $GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db
/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
======================================================================
FAIL: test_what_vect (__main__.TestVWhatVect)
Uploads vector values
----------------------------------------------------------------------
Traceback (most recent call last):
  File "scripts/v.what.vect/testsuite/test_v_what_vect.py", line 38, in test_what_vect
    self.assertModule(module)
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.what.vect> module ended with non-zero return code (1)
Called: v.what_vect(map='myhospitals', layer='1', column='urb_name', query_map='urbanarea', query_layer='1', query_column='NAME', dmax=0.0)
See the following errors:
ERROR: Vector map <urbanarea> not found


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