test_r3_mapcalc

./raster/r.mapcalc – test_r3_mapcalc

Test failed

Testtest_r3_mapcalc
Testsuite./raster/r.mapcalc
Test file./raster/r.mapcalc/testsuite/test_r3_mapcalc.py
StatusFAILED
Return code1
Number of tests4
Successful tests3
Failed tests1
Percent successful75%
Test duration0:00:01.140060
Tested modulesr3.mapcalc

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
...E
======================================================================
ERROR: test_nrows_ncols_ndepths_sum (__main__.TestBasicOperations)
Test if sum of nrows, ncols and ndepths matches one
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_r3_mapcalc.py", line 61, in test_nrows_ncols_ndepths_sum
    self.assertRasterMinMax('nrows_ncols_ndepths_sum', refmin=2160, refmax=2160)
  File "etc/python/grass/gunittest/case.py", line 461, in assertRasterMinMax
    stdout = call_module('r.info', map=map, flags='r')
  File "etc/python/grass/gunittest/gmodules.py", line 131, in call_module
    raise CalledModuleError(returncode, module, kwargs, errors)
CalledModuleError: Module run 1 r.info ended with error
Process ended with non-zero return code {'map': 'nrows_ncols_ndepths_sum', 'flags': 'r', 'stderr': -1, 'stdout': -1}. See the following errors:
ERROR: Raster map <nrows_ncols_ndepths_sum> not found


----------------------------------------------------------------------
Ran 4 tests in 0.266s
FAILED (errors=1)