[GRASS-SVN] r74491 - grass/trunk/vector/v.surf.rst/testsuite
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 16 07:26:41 PDT 2019
Author: annakrat
Date: 2019-05-16 07:26:41 -0700 (Thu, 16 May 2019)
New Revision: 74491
Modified:
grass/trunk/vector/v.surf.rst/testsuite/test_vsurfrst.py
Log:
v.surf.rst: fix test
Modified: grass/trunk/vector/v.surf.rst/testsuite/test_vsurfrst.py
===================================================================
--- grass/trunk/vector/v.surf.rst/testsuite/test_vsurfrst.py 2019-05-16 13:56:04 UTC (rev 74490)
+++ grass/trunk/vector/v.surf.rst/testsuite/test_vsurfrst.py 2019-05-16 14:26:41 UTC (rev 74491)
@@ -22,8 +22,9 @@
@classmethod
def setUpClass(cls):
cls.use_temp_region()
- cls.runModule('g.region', vector='elev_points', res=1)
- cls.runModule('g.copy', vector=['elev_points','elev_points3d'])
+ cls.runModule('g.region', vector='elev_lid792_randpts', res=1)
+ cls.runModule('v.to.3d', input='elev_lid792_randpts', type='point',
+ output='elev_points3d', column='value', overwrite=True)
@classmethod
def tearDownClass(cls):
More information about the grass-commit
mailing list