[GRASS-SVN] r62596 - grass/trunk/temporal/t.connect/testsuite
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 4 07:48:46 PST 2014
Author: huhabla
Date: 2014-11-04 07:48:46 -0800 (Tue, 04 Nov 2014)
New Revision: 62596
Modified:
grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster.py
grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py
grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
Log:
temporal modules: Correct header comment in tests
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 2014-11-04 15:47:38 UTC (rev 62595)
+++ grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster.py 2014-11-04 15:48:46 UTC (rev 62596)
@@ -1,11 +1,11 @@
-"""Test t.rast.extract
+"""test distributed temporal databases with strds
(C) 2014 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
- at author Soeren Gebbert
+:authors: Soeren Gebbert
"""
import grass.pygrass.modules as pymod
Modified: grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py
===================================================================
--- grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py 2014-11-04 15:47:38 UTC (rev 62595)
+++ grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py 2014-11-04 15:48:46 UTC (rev 62596)
@@ -5,7 +5,7 @@
License (>=v2). Read the file COPYING that comes with GRASS
for details.
- at author Soeren Gebbert
+:authors: Soeren Gebbert
"""
import grass.pygrass.modules as pymod
Modified: grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
===================================================================
--- grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_vector.py 2014-11-04 15:47:38 UTC (rev 62595)
+++ grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_vector.py 2014-11-04 15:48:46 UTC (rev 62596)
@@ -1,10 +1,11 @@
"""test distributed temporal databases with stvds
+
(C) 2014 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
- at author Soeren Gebbert
+:authors: Soeren Gebbert
"""
import grass.pygrass.modules as pymod
More information about the grass-commit
mailing list