summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-10-18 18:28:17 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-10-18 18:28:17 (GMT)
commit548dd24cc03e7f314412d37a23331db4c5f69827 (patch)
tree232cd6a722fbddefad3b9e7fdf387ab142885819 /vms
parentcd4707838bbcb7c29843b8be3aa85925518ad21d (diff)
downloadhdf5-548dd24cc03e7f314412d37a23331db4c5f69827.zip
hdf5-548dd24cc03e7f314412d37a23331db4c5f69827.tar.gz
hdf5-548dd24cc03e7f314412d37a23331db4c5f69827.tar.bz2
[svn-r21598] I corrected a few commands for the test cases.
Tested on VMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/tools/h5dump/check_h5dump.com10
1 files changed, 5 insertions, 5 deletions
diff --git a/vms/tools/h5dump/check_h5dump.com b/vms/tools/h5dump/check_h5dump.com
index 85d8b2f..60373a0 100644
--- a/vms/tools/h5dump/check_h5dump.com
+++ b/vms/tools/h5dump/check_h5dump.com
@@ -109,7 +109,7 @@ $ CALL TOOLTEST tvlstr.ddl "tvlstr.h5"
$
$ ! Test for files with array data
$ CALL TOOLTEST tarray1.ddl "tarray1.h5"
-# ! Added for bug# 2092 - tarray1_big.h
+$ ! Added for bug# 2092 - tarray1_big.h
$ CALL TOOLTEST tarray1_big.ddl "-"""R""" tarray1_big.h5"
$ CALL TOOLTEST tarray2.ddl "tarray2.h5"
$ CALL TOOLTEST tarray3.ddl "tarray3.h5"
@@ -192,13 +192,13 @@ $ CALL TOOLTEST tindicesno.ddl "-y taindices.h5"
$
$ ! Array indices with subsetting
$ ! 1D case
-$ CALL TOOLTEST tindicessub1.ddl "-d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5"
+$ CALL TOOLTEST tindicessub1.ddl "-d 1d -s 1 -"""S""" 10 -c 2 -k 3 taindices.h5"
$ ! 2D case
-$ CALL TOOLTEST tindicessub2.ddl "-d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5"
+$ CALL TOOLTEST tindicessub2.ddl "-d 2d -s 1,2 -"""S""" 3,3 -c 3,2 -k 2,2 taindices.h5"
$ ! 3D case
-$ CALL TOOLTEST tindicessub3.ddl "-d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5"
+$ CALL TOOLTEST tindicessub3.ddl "-d 3d -s 0,1,2 -"""S""" 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5"
$ ! 4D case
-$ CALL TOOLTEST tindicessub4.ddl "-d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taindices.h5"
+$ CALL TOOLTEST tindicessub4.ddl "-d 4d -s 0,0,1,2 -c 2,2,3,2 -"""S""" 1,1,3,3 -k 1,1,2,2 taindices.h5"
$
$ ! Exceed the dimensions for subsetting
$ CALL TOOLTEST texceedsubstart.ddl "-d 1d -s 1,3 taindices.h5"