Browse Source

Added to the test the output of v.info to print the timestamp for the first layer.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50446 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 years ago
parent
commit
92de5acf28
1 changed files with 10 additions and 7 deletions
  1. 10 7
      vector/v.timestamp/test_suite/test.v.timestamp.sh

+ 10 - 7
vector/v.timestamp/test_suite/test.v.timestamp.sh

@@ -24,10 +24,11 @@ v.timestamp map=map layer=3 date="14 Jul 2003 10:30 +0700"
 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 date="5 days"
 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