test_v_select

./vector/v.select – test_v_select

Test failed

Testtest_v_select
Testsuite./vector/v.select
Test file./vector/v.select/testsuite/test_v_select.py
StatusFAILED
Return code1
Number of tests5
Successful tests0
Failed tests5
Percent successful0%
Test duration0:00:01.344258

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,
FFFFF
======================================================================
FAIL: test_opd (__main__.TestRasterReport)
Testign operator disjoint
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.select/testsuite/test_v_select.py", line 46, in test_opd
    output=self.output, operator='disjoint')
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.select> module ended with non-zero return code (1)
Called: v.select(ainput='geology', alayer='1', atype=['point', 'line', 'area'], binput='bridges', blayer='1', btype=['point', 'line', 'area'], output='testvselect', operator='disjoint')
See the following errors:
ERROR: Vector map <bridges> not found


======================================================================
FAIL: test_ope (__main__.TestRasterReport)
Testing operator equals
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.select/testsuite/test_v_select.py", line 53, in test_ope
    output=self.output, operator='equals')
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.select> module ended with non-zero return code (1)
Called: v.select(ainput='geology', alayer='1', atype=['point', 'line', 'area'], binput='bridges', blayer='1', btype=['point', 'line', 'area'], output='testvselect', operator='equals')
See the following errors:
ERROR: Vector map <bridges> not found


======================================================================
FAIL: test_opo (__main__.TestRasterReport)
Testing operator overlap
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.select/testsuite/test_v_select.py", line 39, in test_opo
    output=self.output, operator='overlap')
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.select> module ended with non-zero return code (1)
Called: v.select(ainput='geology', alayer='1', atype=['point', 'line', 'area'], binput='bridges', blayer='1', btype=['point', 'line', 'area'], output='testvselect', operator='overlap')
See the following errors:
ERROR: Vector map <bridges> not found


======================================================================
FAIL: test_opt (__main__.TestRasterReport)
Testing operator touches
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.select/testsuite/test_v_select.py", line 60, in test_opt
    output=self.output, operator='touches')
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.select> module ended with non-zero return code (1)
Called: v.select(ainput='geology', alayer='1', atype=['point', 'line', 'area'], binput='bridges', blayer='1', btype=['point', 'line', 'area'], output='testvselect', operator='touches')
See the following errors:
ERROR: Vector map <bridges> not found


======================================================================
FAIL: test_opw (__main__.TestRasterReport)
Testing operator within
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.select/testsuite/test_v_select.py", line 67, in test_opw
    output=self.output, operator='within')
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.select> module ended with non-zero return code (1)
Called: v.select(ainput='geology', alayer='1', atype=['point', 'line', 'area'], binput='bridges', blayer='1', btype=['point', 'line', 'area'], output='testvselect', operator='within')
See the following errors:
ERROR: Vector map <bridges> not found


----------------------------------------------------------------------
Ran 5 tests in 0.627s
FAILED (failures=5)