[GRASS-SVN] r69555 - grass/trunk/temporal/t.vect.extract/testsuite

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 23 04:04:45 PDT 2016


Author: huhabla
Date: 2016-09-23 04:04:45 -0700 (Fri, 23 Sep 2016)
New Revision: 69555

Modified:
   grass/trunk/temporal/t.vect.extract/testsuite/test_vect_extract.py
Log:
temporal modules: Fixed test of t.vect.extract using new t.info system flag

Modified: grass/trunk/temporal/t.vect.extract/testsuite/test_vect_extract.py
===================================================================
--- grass/trunk/temporal/t.vect.extract/testsuite/test_vect_extract.py	2016-09-23 11:01:22 UTC (rev 69554)
+++ grass/trunk/temporal/t.vect.extract/testsuite/test_vect_extract.py	2016-09-23 11:04:45 UTC (rev 69555)
@@ -30,7 +30,7 @@
                           column="value", value="'random()'")
         # Create the temporal database
         cls.runModule("t.connect", flags="d")
-        cls.runModule("t.info", flags="s")
+        cls.runModule("t.info", flags="d")
         cls.runModule("t.create", type="stvds", temporaltype="absolute",
                       output="A", title="A testvect", description="A testvect",
                       overwrite=True)



More information about the grass-commit mailing list