test_distr_tgis_db_raster3d

./temporal/t.connect – test_distr_tgis_db_raster3d

Test failed

Test filetest_distr_tgis_db_raster3d
Testsuite./temporal/t.connect
StatusFAILED
Return code1
Number of tests4
Successful tests3
Failed tests1
Percent successful75%
Test duration0:00:12.856584
Tested modulest.list, t.rast3d.list

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:789: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:6: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:7: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
F...
======================================================================
FAIL: test_raster_info (__main__.testRaster3dExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py", line 168, in test_raster_info
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 204, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=a1@test3d1 type=rast3d -g difference:
mismatch values(key, reference, actual): [('creator', 'soeren', 'vpetras')]
command: t.info input=a1@test3d1 type=rast3d -g {}

----------------------------------------------------------------------
Ran 4 tests in 11.742s
FAILED (failures=1)