test_r_report

./raster/r.report – test_r_report

Test failed

Testtest_r_report
Testsuite./raster/r.report
Test file./raster/r.report/testsuite/test_r_report.py
StatusFAILED
Return code1
Number of tests7
Successful tests3
Failed tests4
Percent successful43%
Test duration0:00:15.266939
Tested modulesr.report

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,
FF..FF.
======================================================================
FAIL: test_flaga (__main__.TestRasterreport)
Testing flag 'a' with map zipcodes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.report/testsuite/test_r_report.py", line 62, in test_flaga
    self.assertModule('r.report', map='zipcodes', flags='a')
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.report> module ended with non-zero return code (1)
Called: r.report(map=['zipcodes'], null_value='*', page_length=0, page_width=79, nsteps=255, flags=u'a')
See the following errors:
ERROR: Raster map <zipcodes> not found


======================================================================
FAIL: test_flagc (__main__.TestRasterreport)
Testing flag 'c' with map aspect
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.report/testsuite/test_r_report.py", line 42, in test_flagc
    self.assertModule('r.report', map='aspect', flags='c')
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.report> module ended with non-zero return code (1)
Called: r.report(map=['aspect'], null_value='*', page_length=0, page_width=79, nsteps=255, flags=u'c')
See the following errors:
ERROR: Raster map <aspect> not found


======================================================================
FAIL: test_flagh (__main__.TestRasterreport)
Testing flag 'h' with map slope
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.report/testsuite/test_r_report.py", line 52, in test_flagh
    self.assertModule('r.report', map='slope', flags='h')
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.report> module ended with non-zero return code (1)
Called: r.report(map=['slope'], null_value='*', page_length=0, page_width=79, nsteps=255, flags=u'h')
See the following errors:
ERROR: Raster map <slope> not found


======================================================================
FAIL: test_flagn (__main__.TestRasterreport)
Testing flag 'n' with map urban
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.report/testsuite/test_r_report.py", line 57, in test_flagn
    self.assertModule('r.report', map='urban', flags='n')
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.report> module ended with non-zero return code (1)
Called: r.report(map=['urban'], null_value='*', page_length=0, page_width=79, nsteps=255, flags=u'n')
See the following errors:
ERROR: Raster map <urban> not found


----------------------------------------------------------------------
Ran 7 tests in 14.521s
FAILED (failures=4)