test_vwhat_ncspm

./vector/v.what – test_vwhat_ncspm

Test failed

Test filetest_vwhat_ncspm
Testsuite./vector/v.what
StatusFAILED
Return code1
Number of tests3
Successful tests0
Failed tests3
Percent successful0%
Test duration0:00:01.053140

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:803: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FFF
======================================================================
FAIL: test_multiple_maps (__main__.TestNCMaps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_ncspm.py", line 220, in test_multiple_maps
    self.assertModule(self.vwhat)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.what> module ended with non-zero return code (1)
Called: v.what(map=['roadsmajor', 'precip_30ynormals_3d', 'lakes'], layer=['-1', '-1', '-1'], type=['point', 'line', 'area', 'face'], coordinates=[636661, 226489], distance=1000.0)
See the folowing errors:
ERROR: Vector map <roadsmajor> not found


======================================================================
FAIL: test_print_options (__main__.TestNCMaps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_ncspm.py", line 225, in test_print_options
    self.assertModule(self.vwhat)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.what> module ended with non-zero return code (1)
Called: v.what(map=['roadsmajor', 'precip_30ynormals_3d', 'lakes'], layer=['-1', '-1', '-1'], type=['point', 'line', 'area', 'face'], coordinates=[636661, 226489], distance=1000.0, flags=u'a')
See the folowing errors:
ERROR: Vector map <roadsmajor> not found


======================================================================
FAIL: test_threshold (__main__.TestNCMaps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_ncspm.py", line 234, in test_threshold
    self.assertModule(self.vwhat)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.what> module ended with non-zero return code (1)
Called: v.what(map=['roadsmajor', 'precip_30ynormals_3d', 'lakes'], layer=['-1', '-1', '-1'], type=['point', 'line', 'area', 'face'], coordinates=[636661, 226489], distance=100.0)
See the folowing errors:
ERROR: Vector map <roadsmajor> not found


----------------------------------------------------------------------
Ran 3 tests in 0.102s
FAILED (failures=3)