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)