testrc

./raster/r.contour – testrc

Test failed

Testtestrc
Testsuite./raster/r.contour
Test file./raster/r.contour/testsuite/testrc.py
StatusFAILED
Return code1
Number of tests3
Successful tests0
Failed tests3
Percent successful0%
Test duration1:50:26.044232
Tested modulesr.contour, v.info

Supplementary files

Standard error output (stderr)

... (lines omitted)
22|98
23|100
24|102
25|104
26|106
27|108
28|110
29|112
30|114
31|116
32|118
33|120
34|122
35|124
36|126
37|128
38|130
39|132
40|134
41|136
42|138
43|140
44|142
45|144
46|146
47|148
48|150
49|152
50|154
51|156
"

======================================================================
FAIL: test_vector (__main__.Testrr)
Testing vector output
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.contour/testsuite/testrc.py", line 100, in test_vector
    self.assertVectorFitsTopoInfo(self.output, 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=towns layer=1 -t difference:
mismatch values (key, reference, actual): [('lines', 2222, 118866)]
command: v.info map=towns layer=1 -t {'map': 'towns', 'flags': 't'}

----------------------------------------------------------------------
Ran 3 tests in 6625.323s
FAILED (failures=2, errors=1)