test_dbcolumns

./db/db.columns – test_dbcolumns

Test failed

Testtest_dbcolumns
Testsuite./db/db.columns
Test file./db/db.columns/testsuite/test_dbcolumns.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:00.623734

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
WARNING: Table <zipcodes> not found in database <$GISDBASE/$LOCATION_NAME/PERMANENT/sqlite/sqlite.db> using driver <sqlite>
E
======================================================================
ERROR: test_dbcols (__main__.TestDbColumns)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "db/db.columns/testsuite/test_dbcolumns.py", line 29, in test_dbcols
    database=self.mapset)
  File "etc/python/grass/script/core.py", line 476, in read_command
    return handle_errors(returncode, stdout, args, kwargs)
  File "etc/python/grass/script/core.py", line 332, in handle_errors
    returncode=returncode)
CalledModuleError: Module run None ['db.columns', 'table=zipcodes', 'database=$GISDBASE/$LOCATION_NAME/PERMANENT/sqlite/sqlite.db'] ended with error
Process ended with non-zero return code 1. See errors in the (error) output.

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