[GRASS-SVN] r65836 - grass/trunk/temporal/t.connect/testsuite
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 4 20:19:00 PDT 2015
Author: wenzeslaus
Date: 2015-08-04 20:19:00 -0700 (Tue, 04 Aug 2015)
New Revision: 65836
Modified:
grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster.py
Log:
t.connect: add missing setting of region for newly created mapsets
Modified: grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster.py
===================================================================
--- grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster.py 2015-08-04 22:15:16 UTC (rev 65835)
+++ grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster.py 2015-08-05 03:19:00 UTC (rev 65836)
@@ -55,6 +55,8 @@
for i in range(5, 7):
mapset_name = "test%i" % i
cls.runModule("g.mapset", mapset=mapset_name)
+ cls.runModule("g.region", s=0, n=80,
+ w=0, e=120, b=0, t=50, res=10, res3=10)
cls.mapsets_to_remove.append(mapset_name)
cls.runModule("r.mapcalc", expression="a1 = 100")
cls.runModule("r.mapcalc", expression="a2 = 200")
More information about the grass-commit
mailing list