test_rmapcalcsimple

./scripts/r.mapcalc.simple – test_rmapcalcsimple

Test failed

Testtest_rmapcalcsimple
Testsuite./scripts/r.mapcalc.simple
Test file./scripts/r.mapcalc.simple/testsuite/test_rmapcalcsimple.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:15.496203
Tested modulesr.mapcalc.simple

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_rmapcalcsimple (__main__.TestReport)
Testing r.mapcalc.simple
----------------------------------------------------------------------
Traceback (most recent call last):
  File "scripts/r.mapcalc.simple/testsuite/test_rmapcalcsimple.py", line 45, in test_rmapcalcsimple
    msg="Result must be 0 for all pixels")
  File "etc/python/grass/gunittest/case.py", line 476, in assertRasterMinMax
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Result must be 0 for all pixels 
The actual maximum (1) is greater than the reference one (0) for raster map test2 (with minimum 0)

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