test_univar

./temporal/t.rast3d.univar – test_univar

Test failed

Testtest_univar
Testsuite./temporal/t.rast3d.univar
Test file./temporal/t.rast3d.univar/testsuite/test_univar.py
StatusFAILED
Return code1
Number of tests6
Successful tests2
Failed tests4
Percent successful33%
Test duration0:00:08.301288
Tested modulest.rast3d.univar

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,
FFFF..
======================================================================
FAIL: test_1 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast3d.univar/testsuite/test_univar.py", line 61, in test_1
    self.assertLooksLike(ref_line,  res_line)
  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_2 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast3d.univar/testsuite/test_univar.py", line 79, in test_2
    self.assertLooksLike(ref_line,  res_line)
  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_3 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast3d.univar/testsuite/test_univar.py", line 99, in test_3
    self.assertLooksLike(ref_line,  res_line)
  File "etc/python/grass/gunittest/case.py", line 197, in assertLooksLike
    self.fail(self._formatMessage(msg, standardMsg))
AssertionError: "start|end|mean|min|max|mean_of_abs|stddev|variance|coeff_var|sum|null_cells|cells" does not correspond with "start|end|mean|min|max|mean_of_abs|stddev|variance|coeff_var|sum|null_cells|cells|non_null_cells"

======================================================================
FAIL: test_4 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast3d.univar/testsuite/test_univar.py", line 118, in test_4
    self.assertLooksLike(ref_line,  res_line)
  File "etc/python/grass/gunittest/case.py", line 197, in assertLooksLike
    self.fail(self._formatMessage(msg, standardMsg))
AssertionError: "2001-04-01 00:00:00|2001-07-01 00:00:00|200|200|200|200|0|0|0|96000000|0|480000" does not correspond with "2001-04-01 00:00:00|2001-07-01 00:00:00|200|200|200|200|0|0|0|96000000|0|480000|480000"

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