test_vwhat_ncspm

./vector/v.what – test_vwhat_ncspm

Test failed

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

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


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


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


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


----------------------------------------------------------------------
Ran 4 tests in 0.218s
FAILED (failures=4)