[GRASS-SVN] r50446 - grass/trunk/vector/v.timestamp/test_suite

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 25 09:43:10 EST 2012


Author: huhabla
Date: 2012-01-25 06:43:10 -0800 (Wed, 25 Jan 2012)
New Revision: 50446

Modified:
   grass/trunk/vector/v.timestamp/test_suite/test.v.timestamp.sh
Log:
Added to the test the output of v.info to print the timestamp for the first layer.


Modified: grass/trunk/vector/v.timestamp/test_suite/test.v.timestamp.sh
===================================================================
--- grass/trunk/vector/v.timestamp/test_suite/test.v.timestamp.sh	2012-01-25 14:42:31 UTC (rev 50445)
+++ grass/trunk/vector/v.timestamp/test_suite/test.v.timestamp.sh	2012-01-25 14:43:10 UTC (rev 50446)
@@ -24,10 +24,11 @@
 v.timestamp map=map layer=3
 v.timestamp map=map layer=4 date="14 Jul 2003 10:30:25"
 v.timestamp map=map layer=4
-v.timestamp map=map date="14 Jul 2003 10:30:25 +0700 / 15 Jul 2003 11:35:12 +0700"
-v.timestamp map=map 
-v.timestamp map=map date="14 Jul 2003 10:30:25 +0700 / 15 Jul 2003"
-v.timestamp map=map 
+v.timestamp map=map layer=2 date="14 Jul 2003 10:30:25 +0700 / 15 Jul 2003 11:35:12 +0700"
+v.timestamp map=map layer=2
+v.timestamp map=map layer=3 date="14 Jul 2003 10:30:25 +0700 / 15 Jul 2003"
+v.timestamp map=map layer=3
+v.info map=map
 v.timestamp map=map date=none
 v.timestamp map=map layer=2 date=none
 v.timestamp map=map layer=3 date=none
@@ -48,9 +49,11 @@
 v.timestamp map=map layer=1
 v.timestamp map=map layer=2 date="3 hours"
 v.timestamp map=map layer=2
-v.timestamp map=map date="5 minutes 30 seconds"
-v.timestamp map=map 
-v.timestamp map=map date="2 years 2 months / 5 years 8 months"
+v.timestamp map=map layer=1 date="5 minutes 30 seconds"
+v.timestamp map=map layer=1
+v.timestamp map=map layer=2 date="2 years 2 months / 5 years 8 months"
+v.timestamp map=map layer=2
+v.info map=map
 v.timestamp map=map date=none
 v.timestamp map=map layer=2 date=none
 v.timestamp map=map layer=3 date=none



More information about the grass-commit mailing list