test_rinpoly

./raster/r.in.poly – test_rinpoly

Test failed

Test filetest_rinpoly
Testsuite./raster/r.in.poly
StatusFAILED
Return code1
Number of tests7
Successful tests0
Failed tests14
Percent successful0%
Test duration0:00:01.595860
Tested modulesr.in.poly

Supplementary files

Standard error output (stderr)

... (lines omitted)


======================================================================
FAIL: testTypeDCellNull (__main__.TestRInPoly)
Test type of resulting map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.in.poly/testsuite/test_rinpoly.py", line 87, in testTypeDCellNull
    null=-8)
  File "etc/python/grass/gunittest/case.py", line 1016, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.in.poly> module ended with non-zero return code (1)
Called: r.in_poly(input='/tmp/tmpNsGQKI', output='test_rinpoly', type='DCELL', null=-8, rows=4096)
See the folowing errors:
ERROR: option <output>: <test_rinpoly> exists.


======================================================================
FAIL: testTypeDCellNull2 (__main__.TestRInPoly)
Test type of resulting map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.in.poly/testsuite/test_rinpoly.py", line 96, in testTypeDCellNull2
    null=0)
  File "etc/python/grass/gunittest/case.py", line 1016, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.in.poly> module ended with non-zero return code (1)
Called: r.in_poly(input='/tmp/tmpQDmsVS', output='test_rinpoly', type='DCELL', null=0, rows=4096)
See the folowing errors:
ERROR: option <output>: <test_rinpoly> exists.


======================================================================
FAIL: testTypeFCell (__main__.TestRInPoly)
Test type of resulting map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.in.poly/testsuite/test_rinpoly.py", line 61, in testTypeFCell
    self.assertModule('r.in.poly', input=self.tmpFile.name, output=self.rinpoly, type='FCELL')
  File "etc/python/grass/gunittest/case.py", line 1016, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.in.poly> module ended with non-zero return code (1)
Called: r.in_poly(input='/tmp/tmpPzuULu', output='test_rinpoly', type='FCELL', rows=4096)
See the folowing errors:
ERROR: option <output>: <test_rinpoly> exists.


----------------------------------------------------------------------
Ran 7 tests in 0.578s
FAILED (failures=7, errors=7)