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 tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:00.875564

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,
F
======================================================================
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


----------------------------------------------------------------------
Ran 1 test in 0.268s
FAILED (failures=1)