test_vwhat_layers

./vector/v.what – test_vwhat_layers

Test failed

Test filetest_vwhat_layers
Testsuite./vector/v.what
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:01.185430

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:803: 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: setUpClass (__main__.TestMultiLayerMap)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_layers.py", line 121, in setUpClass
    cls.runModule('db.in.ogr', dsn='./data/table1.csv', output='t1')
  File "etc/python/grass/gunittest/case.py", line 956, in runModule
    errors=errors)
CalledModuleError: Module run 1 db.in.ogr ended with error
Process ended with non-zero return code db.in_ogr(dsn='./data/table1.csv', output='t1'). See the following errors:
ERROR: Unable to start driver <(null)>
ERROR: Input DSN <./data/table1.csv> not found or not readable


----------------------------------------------------------------------
Ran 0 tests in 0.213s
FAILED (errors=1)