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 tests2
Failed tests2
Percent successful50%
Test duration0:01:04.993717
Tested modulesv.net

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:797: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FF..
======================================================================
FAIL: test_connect (__main__.TestVNet)
Test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.net/testsuite/test_v_net.py", line 36, in test_connect
    self.assertVectorFitsTopoInfo(vector=self.network, reference=topology)
  File "etc/python/grass/gunittest/case.py", line 309, in assertVectorFitsTopoInfo
    precision=0)
  File "etc/python/grass/gunittest/case.py", line 202, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: v.info map=test_vnet layer=1 -t difference:
mismatch values (key, reference, actual): [('lines', 50080, 50069)]
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 45, in test_connect_snap
    self.assertVectorFitsTopoInfo(vector=self.network, reference=topology)
  File "etc/python/grass/gunittest/case.py", line 309, in assertVectorFitsTopoInfo
    precision=0)
  File "etc/python/grass/gunittest/case.py", line 202, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: v.info map=test_vnet layer=1 -t difference:
mismatch values (key, reference, actual): [('lines', 49913, 49902)]
command: v.info map=test_vnet layer=1 -t {'map': 'test_vnet', 'flags': 't'}

----------------------------------------------------------------------
Ran 4 tests in 64.006s
FAILED (failures=2)