testrbf

./raster/r.basins.fill – testrbf

Test failed

Testtestrbf
Testsuite./raster/r.basins.fill
Test file./raster/r.basins.fill/testsuite/testrbf.py
StatusFAILED
Return code1
Number of tests4
Successful tests1
Failed tests3
Percent successful25%
Test duration0:06:19.722790
Tested modulesr.basins.fill

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,
FEF.
======================================================================
ERROR: test_no2 (__main__.TestRasterbasin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.basins.fill/testsuite/testrbf.py", line 47, in test_no2
    msg="soils in degrees must be between 18683 and 46555")
  File "etc/python/grass/gunittest/case.py", line 462, 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': 'soils', 'flags': 'r', 'stderr': -1, 'stdout': -1}. See the following errors:
ERROR: Raster map <soils> not found


======================================================================
FAIL: test_no1 (__main__.TestRasterbasin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.basins.fill/testsuite/testrbf.py", line 41, in test_no1
    msg="lakes in degrees must be between 34300 and 43600")
  File "etc/python/grass/gunittest/case.py", line 470, in assertRasterMinMax
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: lakes in degrees must be between 34300 and 43600 
The actual minimum (1) is smaller than the reference one (34300) for raster map lakes (with maximum 1)

======================================================================
FAIL: test_no3 (__main__.TestRasterbasin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.basins.fill/testsuite/testrbf.py", line 53, in test_no3
    msg="landuse in degrees must be between 1 and 7")
  File "etc/python/grass/gunittest/case.py", line 476, in assertRasterMinMax
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: landuse in degrees must be between 1 and 7 
The actual maximum (41) is greater than the reference one (7) for raster map landuse (with minimum 1)

----------------------------------------------------------------------
Ran 4 tests in 378.986s
FAILED (failures=2, errors=1)