summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-03 01:43:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-03 01:43:58 (GMT)
commitfc61c3a81a76c1db681f03a1cb84c7d106a54965 (patch)
treedd15754d57ac955dcc69fa2d677e0dd14e7ccbcc /tools
parent62904695182d78d64992230aac19025ee770b5d2 (diff)
downloadhdf5-fc61c3a81a76c1db681f03a1cb84c7d106a54965.zip
hdf5-fc61c3a81a76c1db681f03a1cb84c7d106a54965.tar.gz
hdf5-fc61c3a81a76c1db681f03a1cb84c7d106a54965.tar.bz2
[svn-r16402] Description:
Bring r16401 back from trunk: Correct error introduced in r16353 with layout version, and add test so it gets caught earlier. Tested on: FreeBSD/32 6.3 (duty) Too minor to require h5committest
Diffstat (limited to 'tools')
-rwxr-xr-xtools/h5repack/h5repack.sh.in5
-rw-r--r--tools/h5repack/testfiles/h5repack_layouto.h5bin0 -> 1576 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in
index 422c8dd..ba3bdfe 100755
--- a/tools/h5repack/h5repack.sh.in
+++ b/tools/h5repack/h5repack.sh.in
@@ -51,6 +51,8 @@ FILE10=h5repack_fletcher.h5
FILE11=h5repack_filters.h5
FILE12=h5repack_nbit.h5
FILE13=h5repack_soffset.h5
+FILE14=h5repack_layouto.h5 # A file with an older version of the layout message
+ # (copy of test/tlayouto.h5)
nerrors=0
@@ -498,6 +500,9 @@ TOOLTEST $arg
arg="$FILE1 -t 1 -a 1 "
TOOLTEST $arg
+# Check repacking file with old version of layout message (should get upgraded
+# to new version and be readable, etc.)
+TOOLTEST $FILE14
if test $nerrors -eq 0 ; then
echo "All $H5REPACK tests passed."
diff --git a/tools/h5repack/testfiles/h5repack_layouto.h5 b/tools/h5repack/testfiles/h5repack_layouto.h5
new file mode 100644
index 0000000..a038e68
--- /dev/null
+++ b/tools/h5repack/testfiles/h5repack_layouto.h5
Binary files differ