test_row_above_below_bug

./raster/r.mapcalc – test_row_above_below_bug

Test failed

Testtest_row_above_below_bug
Testsuite./raster/r.mapcalc
Test file./raster/r.mapcalc/testsuite/test_row_above_below_bug.py
StatusFAILED
Return code1
Number of tests2
Successful tests1
Failed tests1
Percent successful50%
Test duration0:00:02.383590
Tested modulesr.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_below_above (__main__.TestRowAboveAndBelowBug)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_row_above_below_bug.py", line 60, in setUp
    output=self.input)
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 r.in.ascii ended with error
Process ended with non-zero return code r.in_ascii(input='-', output='r_mapcalc_test_input'). See the following errors:
ERROR: option <output>: <r_mapcalc_test_input> exists. To overwrite, use the --overwrite flag


----------------------------------------------------------------------
Ran 2 tests in 0.269s
FAILED (errors=1)