test_vwhat_ncspm

./vector/v.what – test_vwhat_ncspm

Test failed

Testtest_vwhat_ncspm
Testsuite./vector/v.what
Test file./vector/v.what/testsuite/test_vwhat_ncspm.py
StatusFAILED
Return code1
Number of tests4
Successful tests0
Failed tests4
Percent successful0%
Test duration0:00:01.015401

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: 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 184, in test_multiple_maps
    self.assertModule(self.vwhat)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.what> module ended with non-zero return code (1)
Called: v.what(map=['schools', 'roadsmajor', 'elev_points', 'geology'], layer=['-1', '-1', '-1', '-1'], type=['point', 'line', 'area', 'face'], coordinates=[636661, 226489], distance=1000.0)
See the following errors:
ERROR: Vector map <elev_points> not found


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


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


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


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