test_univar 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,
FFF....
======================================================================
FAIL: test_1 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.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.rast.univar/testsuite/test_univar.py", line 80, 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.rast.univar/testsuite/test_univar.py", line 99, in test_3
    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

----------------------------------------------------------------------
Ran 7 tests in 8.418s
FAILED (failures=3)