Просмотр исходного кода

temporal modules: Fixed test of t.vect.extract using new t.info system flag

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69555 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 8 лет назад
Родитель
Сommit
55140e13b4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      temporal/t.vect.extract/testsuite/test_vect_extract.py

+ 1 - 1
temporal/t.vect.extract/testsuite/test_vect_extract.py

@@ -30,7 +30,7 @@ class TestVectorExtraction(TestCase):
                           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)