test_gapfill

./temporal/t.rast.gapfill – test_gapfill

Test failed

Testtest_gapfill
Testsuite./temporal/t.rast.gapfill
Test file./temporal/t.rast.gapfill/testsuite/test_gapfill.py
StatusFAILED
Return code1
Number of tests5
Successful tests0
Failed tests5
Percent successful0%
Test duration0:00:32.925518
Tested modulest.rast.gapfill, t.rast.list

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,
FFFFF
======================================================================
FAIL: test_simple_2procs (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 89, in test_simple_2procs
    self.assertLooksLike(text,  rast_list.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

======================================================================
FAIL: test_simple_empty (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 182, in test_simple_empty
    self.assertLooksLike(text,  rast_list.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

======================================================================
FAIL: test_simple_gran (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 258, in test_simple_gran
    self.assertLooksLike(text,  rast_list.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

======================================================================
FAIL: test_simple_where (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 124, in test_simple_where
    self.assertLooksLike(text,  rast_list.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

======================================================================
FAIL: test_simple_where_2 (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 154, in test_simple_where_2
    self.assertLooksLike(text,  rast_list.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

----------------------------------------------------------------------
Ran 5 tests in 32.196s
FAILED (failures=5)