summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-05-12 19:05:43 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-05-12 19:05:43 (GMT)
commit9ba18822111ab70da585482252b5f8066499ab3a (patch)
treeee2a4b0f2e453eccc1e080f47cf438cc239c3d8d /vms
parenta8a94d5710ee440c77ec92aef687f49938a622a5 (diff)
downloadhdf5-9ba18822111ab70da585482252b5f8066499ab3a.zip
hdf5-9ba18822111ab70da585482252b5f8066499ab3a.tar.gz
hdf5-9ba18822111ab70da585482252b5f8066499ab3a.tar.bz2
[svn-r18775] I added 2 tests for packed bits. I didn't use the new macro H5_HAVE_H5DUMP_PACKED_BITS for
these tests. Not tested yet.
Diffstat (limited to 'vms')
-rw-r--r--vms/tools/h5dump/check_h5dump.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/tools/h5dump/check_h5dump.com b/vms/tools/h5dump/check_h5dump.com
index 2c34731..4a6ea56 100644
--- a/vms/tools/h5dump/check_h5dump.com
+++ b/vms/tools/h5dump/check_h5dump.com
@@ -218,6 +218,11 @@ $ CALL TOOLTEST torderattr1.ddl "-"""H""" --sort_by=name --sort_order=ascending
$ CALL TOOLTEST torderattr2.ddl "-"""H""" --sort_by=name --sort_order=descending torderattr.h5"
$ CALL TOOLTEST torderattr3.ddl "-"""H""" --sort_by=creation_order --sort_order=ascending torderattr.h5"
$ CALL TOOLTEST torderattr4.ddl "-"""H""" --sort_by=creation_order --sort_order=descending torderattr.h5"
+$
+$ ! Test for dataset packed bits
+$ CALL TOOLTEST tpackedbits.ddl "-d /dset1 -M 0,2 tdset.h5"
+$ CALL TOOLTEST tpackedbits2.ddl "-d /dset1 -M 0,2,2,1 tdset.h5"
+$
$ !
$TOOLTEST: SUBROUTINE
$