[GRASS-SVN] r61996 - grass/trunk/temporal/t.connect/testsuite

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 16 08:26:22 PDT 2014


Author: wenzeslaus
Date: 2014-09-16 08:26:22 -0700 (Tue, 16 Sep 2014)
New Revision: 61996

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:
testing: do not use user or machine specific values in tests

(assertModuleKeyValue considers the reference input to by subset of the module actual output)


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-09-16 14:51:17 UTC (rev 61995)
+++ grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster.py	2014-09-16 15:26:22 UTC (rev 61996)
@@ -162,7 +162,6 @@
         tinfo_string="""id=a1 at test1
                                 name=a1
                                 mapset=test1
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-02-01 00:00:00 """
@@ -173,7 +172,6 @@
         tinfo_string="""id=a1 at test2
                                 name=a1
                                 mapset=test2
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-03-01 00:00:00 """
@@ -184,7 +182,6 @@
         tinfo_string="""id=a1 at test3
                                 name=a1
                                 mapset=test3
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-04-01 00:00:00 """
@@ -195,7 +192,6 @@
         tinfo_string="""id=a1 at test4
                                 name=a1
                                 mapset=test4
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-05-01 00:00:00 """

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-09-16 14:51:17 UTC (rev 61995)
+++ grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py	2014-09-16 15:26:22 UTC (rev 61996)
@@ -159,7 +159,6 @@
         tinfo_string="""id=a1 at test3d1
                                 name=a1
                                 mapset=test3d1
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-02-01 00:00:00 """
@@ -170,7 +169,6 @@
         tinfo_string="""id=a1 at test3d2
                                 name=a1
                                 mapset=test3d2
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-03-01 00:00:00 """
@@ -181,7 +179,6 @@
         tinfo_string="""id=a1 at test3d3
                                 name=a1
                                 mapset=test3d3
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-04-01 00:00:00 """
@@ -192,7 +189,6 @@
         tinfo_string="""id=a1 at test3d4
                                 name=a1
                                 mapset=test3d4
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-05-01 00:00:00 """

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-09-16 14:51:17 UTC (rev 61995)
+++ grass/trunk/temporal/t.connect/testsuite/test_distr_tgis_db_vector.py	2014-09-16 15:26:22 UTC (rev 61996)
@@ -169,7 +169,6 @@
         tinfo_string="""id=a1 at testvect1
                                 name=a1
                                 mapset=testvect1
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-02-01 00:00:00 """
@@ -180,7 +179,6 @@
         tinfo_string="""id=a1 at testvect2
                                 name=a1
                                 mapset=testvect2
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-03-01 00:00:00 """
@@ -191,7 +189,6 @@
         tinfo_string="""id=a1 at testvect3
                                 name=a1
                                 mapset=testvect3
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-04-01 00:00:00 """
@@ -202,7 +199,6 @@
         tinfo_string="""id=a1 at testvect4
                                 name=a1
                                 mapset=testvect4
-                                creator=soeren
                                 temporal_type=absolute
                                 start_time=2001-01-01 00:00:00
                                 end_time=2001-05-01 00:00:00 """



More information about the grass-commit mailing list