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.058721

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 953, 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)>
Traceback (most recent call last):
  File "scripts/db.in.ogr", line 127, in <module>
    main()
  File "scripts/db.in.ogr", line 76, in main
    s = grass.read_command('db.tables', flags = 'p')
  File "etc/python/grass/script/core.py", line 420, in read_command
    returncode=returncode)
grass.exceptions.CalledModuleError: Module run None db.tables -p ended with error
Process ended with non-zero return code 1. See errors in the (error) output.


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