test_vwhat_layers

./vector/v.what – test_vwhat_layers

Test failed

Testtest_vwhat_layers
Testsuite./vector/v.what
Test file./vector/v.what/testsuite/test_vwhat_layers.py
StatusFAILED
Return code1
Number of tests3
Successful tests3
Failed tests1
Percent successful100%
Test duration0:00:02.186544
Tested modulesv.what

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:797: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/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: tearDownClass (__main__.TestMultiLayerMap)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_layers.py", line 129, in tearDownClass
    cls.runModule('g.remove', type='vector', name='test_vector', flags='f')
  File "etc/python/grass/gunittest/case.py", line 932, in runModule
    module = _module_from_parameters(module, **kwargs)
  File "etc/python/grass/gunittest/case.py", line 1060, in _module_from_parameters
    module = SimpleModule(module, **kwargs)
  File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__
    Module.__init__(self, cmd, *args, **kargs)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 507, in __init__
    self.__setattr__(e.tag, GETFROMTAG[e.tag](e))
KeyError: 'rules'

----------------------------------------------------------------------
Ran 3 tests in 1.033s
FAILED (errors=1)