testrmode

./raster/r.mode – testrmode

Test failed

Testtestrmode
Testsuite./raster/r.mode
Test file./raster/r.mode/testsuite/testrmode.py
StatusFAILED
Return code1
Number of tests3
Successful tests0
Failed tests3
Percent successful0%
Test duration0:00:01.035616

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,
FFF
======================================================================
FAIL: test_1 (__main__.Testrmode)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mode/testsuite/testrmode.py", line 35, in test_1
    self.assertModule('r.mode', base=self.base, cover=self.cover, output=self.output)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mode> module ended with non-zero return code (1)
Called: r.mode(base='geology', cover='soils', output='rmode')
See the following errors:
ERROR: Raster map <soils> not found


======================================================================
FAIL: test_2 (__main__.Testrmode)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mode/testsuite/testrmode.py", line 41, in test_2
    self.assertModule('r.mode', base=self.base, cover=self.cover, output=self.output)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mode> module ended with non-zero return code (1)
Called: r.mode(base='geology', cover='soils', output='rmode')
See the following errors:
ERROR: Raster map <soils> not found


======================================================================
FAIL: test_3 (__main__.Testrmode)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mode/testsuite/testrmode.py", line 47, in test_3
    self.assertModule('r.mode', base=self.base, cover=self.cover, output=self.output)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mode> module ended with non-zero return code (1)
Called: r.mode(base='geology', cover='soils', output='rmode')
See the following errors:
ERROR: Raster map <soils> not found


----------------------------------------------------------------------
Ran 3 tests in 0.434s
FAILED (failures=3)