test_assertions_vect

./lib/python/gunittest – test_assertions_vect

Test failed

Testtest_assertions_vect
Testsuite./lib/python/gunittest
Test file./lib/python/gunittest/testsuite/test_assertions_vect.py
StatusFAILED
Return code1
Number of tests11
Successful tests10
Failed tests1
Percent successful91%
Test duration0:00:04.105553

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_assertVectorFitsUnivar (__main__.TestVectorInfoAssertions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/gunittest/testsuite/test_assertions_vect.py", line 70, in test_assertVectorFitsUnivar
    precision=0.01)
  File "/usr/lib/python2.7/unittest/case.py", line 475, in assertRaises
    callableObj(*args, **kwargs)
  File "etc/python/grass/gunittest/case.py", line 444, in assertVectorFitsUnivar
    **parameters)
  File "etc/python/grass/gunittest/case.py", line 225, in assertModuleKeyValue
    self.runModule(module, expecting_stdout=True)
  File "etc/python/grass/gunittest/case.py", line 1094, in runModule
    errors=errors)
CalledModuleError: Module run 1 v.univar ended with error
Process ended with non-zero return code v.univar(map='schools', layer='1', type=['point', 'line', 'area'], column='GLEVEL', percentile=90, flags=u'g'). See the following errors:
ERROR: Only numeric column type is supported


----------------------------------------------------------------------
Ran 11 tests in 3.226s
FAILED (errors=1)