test_v_net

./vector/v.net – test_v_net

Test failed

Testtest_v_net
Testsuite./vector/v.net
Test file./vector/v.net/testsuite/test_v_net.py
StatusFAILED
Return code1
Number of tests4
Successful tests0
Failed tests4
Percent successful0%
Test duration0:00:11.738518
Tested modulesv.net

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FFFF
======================================================================
FAIL: test_connect (__main__.TestVNet)
Test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.net/testsuite/test_v_net.py", line 37, in test_connect
    self.assertVectorFitsTopoInfo(vector=self.network, reference=topology)
  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=test_vnet layer=1 -t difference:
mismatch values (key, reference, actual): [('lines', 50069, 19568), ('nodes', 42136, 14466), ('points', 167, 282)]
command: v.info map=test_vnet layer=1 -t {'map': 'test_vnet', 'flags': 't'}

======================================================================
FAIL: test_connect_snap (__main__.TestVNet)
Test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.net/testsuite/test_v_net.py", line 46, in test_connect_snap
    self.assertVectorFitsTopoInfo(vector=self.network, reference=topology)
  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=test_vnet layer=1 -t difference:
mismatch values (key, reference, actual): [('lines', 49902, 19286), ('nodes', 41969, 14186), ('points', 167, 282)]
command: v.info map=test_vnet layer=1 -t {'map': 'test_vnet', 'flags': 't'}

======================================================================
FAIL: test_nodes (__main__.TestVNet)
Test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.net/testsuite/test_v_net.py", line 20, in test_nodes
    self.assertVectorFitsTopoInfo(vector=self.network, reference=topology)
  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=test_vnet layer=1 -t difference:
mismatch values (key, reference, actual): [('lines', 49746, 19013), ('nodes', 41813, 13913), ('points', 41813, 13913)]
command: v.info map=test_vnet layer=1 -t {'map': 'test_vnet', 'flags': 't'}

======================================================================
FAIL: test_nodes_layers (__main__.TestVNet)
Test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.net/testsuite/test_v_net.py", line 28, in test_nodes_layers
    self.assertVectorFitsTopoInfo(vector=self.network, reference=topology)
  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=test_vnet layer=1 -t difference:
mismatch values (key, reference, actual): [('lines', 49746, 19013), ('nodes', 41813, 13913), ('points', 41813, 13913)]
command: v.info map=test_vnet layer=1 -t {'map': 'test_vnet', 'flags': 't'}

----------------------------------------------------------------------
Ran 4 tests in 10.930s
FAILED (failures=4)