test_history

./lib/python/pygrass/raster – test_history

Test failed

Testtest_history
Testsuite./lib/python/pygrass/raster
Test file./lib/python/pygrass/raster/testsuite/test_history.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:01.046249

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:801: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:6: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:7: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
E
======================================================================
ERROR: testHistory (__main__.RasterHistoryTestCate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/pygrass/raster/testsuite/test_history.py", line 20, in testHistory
    r.open()
  File "etc/python/grass/pygrass/raster/__init__.py", line 181, in open
    raise OpenError(str_err)
OpenError: The map does not exist, I can't open in 'r' mode

----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)