Explorar el Código

temporal modules: Correct header comment in tests

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62596 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert hace 10 años
padre
commit
2a13c62ba8

+ 2 - 2
temporal/t.connect/testsuite/test_distr_tgis_db_raster.py

@@ -1,11 +1,11 @@
-"""Test t.rast.extract
+"""test distributed temporal databases with strds
 
 
 (C) 2014 by the GRASS Development Team
 (C) 2014 by the GRASS Development Team
 This program is free software under the GNU General Public
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 for details.
 
 
-@author Soeren Gebbert
+:authors: Soeren Gebbert
 """
 """
 
 
 import grass.pygrass.modules as pymod
 import grass.pygrass.modules as pymod

+ 1 - 1
temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py

@@ -5,7 +5,7 @@ This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 for details.
 
 
-@author Soeren Gebbert
+:authors: Soeren Gebbert
 """
 """
 
 
 import grass.pygrass.modules as pymod
 import grass.pygrass.modules as pymod

+ 2 - 1
temporal/t.connect/testsuite/test_distr_tgis_db_vector.py

@@ -1,10 +1,11 @@
 """test distributed temporal databases with stvds
 """test distributed temporal databases with stvds
+
 (C) 2014 by the GRASS Development Team
 (C) 2014 by the GRASS Development Team
 This program is free software under the GNU General Public
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 for details.
 
 
-@author Soeren Gebbert
+:authors: Soeren Gebbert
 """
 """
 
 
 import grass.pygrass.modules as pymod
 import grass.pygrass.modules as pymod