mask_test

./vector/v.in.lidar – mask_test

Test failed

Testmask_test
Testsuite./vector/v.in.lidar
Test file./vector/v.in.lidar/testsuite/mask_test.py
StatusFAILED
Return code1
Number of tests3
Successful tests2
Failed tests1
Percent successful67%
Test duration0:00:01.688030
Tested modulesv.in.lidar

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,
F..
======================================================================
FAIL: test_inverted_mask (__main__.VectorMaskTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/mask_test.py", line 153, in test_inverted_mask
    reference=dict(points=8))
  File "etc/python/grass/gunittest/case.py", line 360, in assertVectorFitsTopoInfo
    precision=0)
  File "etc/python/grass/gunittest/case.py", line 253, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: v.info map=vinlidar_imported_points layer=1 -t difference:
mismatch values (key, reference, actual): [('points', 8, 11)]
command: v.info map=vinlidar_imported_points layer=1 -t {'map': 'vinlidar_imported_points', 'flags': 't'}

----------------------------------------------------------------------
Ran 3 tests in 1.092s
FAILED (failures=1)