testrandom

./raster/r.random – testrandom

Test failed

Testtestrandom
Testsuite./raster/r.random
Test file./raster/r.random/testsuite/testrandom.py
StatusFAILED
Return code1
Number of tests4
Successful tests3
Failed tests1
Percent successful75%
Test duration0:00:43.418485
Tested modulesr.random, v.info

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_flag_b (__main__.Testrr)
Testing flag b
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.random/testsuite/testrandom.py", line 73, in test_flag_b
    self.assertVectorFitsTopoInfo(self.vector, topology)
  File "etc/python/grass/gunittest/case.py", line 361, in assertVectorFitsTopoInfo
    precision=0)
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: v.info map=voutfile layer=1 -t difference:
mismatch values (key, reference, actual): [('points', 36011, 35923)]
command: v.info map=voutfile layer=1 -t {'map': 'voutfile', 'flags': 't'}

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