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:29.268855
Tested modulest.rast.gapfill

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 70, in test_simple_2procs
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=A type=strds -g difference:
mismatch values (key, reference, actual): [('end_time', '2002-01-01 00:00:00', u"'2002-01-01 00:00:00'"), ('granularity', '1 month', u"'1 month'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=A type=strds -g {}

======================================================================
FAIL: test_simple_empty (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 173, in test_simple_empty
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=A type=strds -g difference:
mismatch values (key, reference, actual): [('end_time', '2002-01-01 00:00:00', u"'2002-01-01 00:00:00'"), ('granularity', '1 month', u"'1 month'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=A type=strds -g {}

======================================================================
FAIL: test_simple_gran (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 239, in test_simple_gran
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=A type=strds -g difference:
mismatch values (key, reference, actual): [('end_time', '2002-01-01 00:00:00', u"'2002-01-01 00:00:00'"), ('granularity', '1 month', u"'1 month'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=A type=strds -g {}

======================================================================
FAIL: test_simple_where (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 108, in test_simple_where
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=A type=strds -g difference:
mismatch values (key, reference, actual): [('end_time', '2002-01-01 00:00:00', u"'2002-01-01 00:00:00'"), ('granularity', '1 month', u"'1 month'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=A type=strds -g {}

======================================================================
FAIL: test_simple_where_2 (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 143, in test_simple_where_2
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=A type=strds -g difference:
mismatch values (key, reference, actual): [('end_time', '2002-01-01 00:00:00', u"'2002-01-01 00:00:00'"), ('granularity', '1 month', u"'1 month'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=A type=strds -g {}

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