test_v_db_select

./vector/v.db.select – test_v_db_select

Test failed

Testtest_v_db_select
Testsuite./vector/v.db.select
Test file./vector/v.db.select/testsuite/test_v_db_select.py
StatusFAILED
Return code1
Number of tests6
Successful tests2
Failed tests4
Percent successful33%
Test duration0:00:01.177086
Tested modulesv.db.select

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,
F.F.FF
======================================================================
FAIL: testComma (__main__.SelectTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.db.select/testsuite/test_v_db_select.py", line 215, in testComma
    self.assertLooksLike(reference=out_sep, actual=sel.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
    'actual argument is not a string'))
AssertionError: actual argument is not a string 
False is not true

======================================================================
FAIL: testGroup (__main__.SelectTest)
Testing v.db.select with group option
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.db.select/testsuite/test_v_db_select.py", line 191, in testGroup
    self.assertLooksLike(reference=out_group, actual=sel.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
    'actual argument is not a string'))
AssertionError: actual argument is not a string 
False is not true

======================================================================
FAIL: testSeparator (__main__.SelectTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.db.select/testsuite/test_v_db_select.py", line 207, in testSeparator
    self.assertLooksLike(reference=out_sep, actual=sel.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
    'actual argument is not a string'))
AssertionError: actual argument is not a string 
False is not true

======================================================================
FAIL: testWhere (__main__.SelectTest)
Testing v.db.select with where option
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.db.select/testsuite/test_v_db_select.py", line 199, in testWhere
    self.assertLooksLike(reference=out_where, actual=sel.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
    'actual argument is not a string'))
AssertionError: actual argument is not a string 
False is not true

----------------------------------------------------------------------
Ran 6 tests in 0.570s
FAILED (failures=4)