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 tests3
Failed tests1
Percent successful75%
Test duration0:00:02.580403
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,
..F.
======================================================================
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 470, in assertRasterMinMax
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: landuse in degrees must be between 1 and 7 
The actual minimum (0) is smaller than the reference one (1) for raster map landuse (with maximum 21)

----------------------------------------------------------------------
Ran 4 tests in 1.913s
FAILED (failures=1)