diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-11-26 22:08:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-11-26 22:08:09 (GMT) |
commit | 6c90fd5b0b804ae3d346cb8ad3050c272b293803 (patch) | |
tree | 6d0ed57801596ff0f722b564b76b767854d7afd7 /tools/testfiles/tcontiguos.ddl | |
parent | bc09cdc302c2c2a8f38c61e97bd3f22268646b3f (diff) | |
download | hdf5-6c90fd5b0b804ae3d346cb8ad3050c272b293803.zip hdf5-6c90fd5b0b804ae3d346cb8ad3050c272b293803.tar.gz hdf5-6c90fd5b0b804ae3d346cb8ad3050c272b293803.tar.bz2 |
[svn-r24467] tfilters.h5 was created and checked in on 21 Feb 05, rev 10060, and never regenerated. The code for scaleoffset continued to change and the number of params for scaleoffset changed from 7 to 20 on the checkin of 23 Mar 05, rev 10384.
The h5dump tests only looked at headers and never the data. Data reads would fail with invalid number of params (7 expected 20).
Regenerated file and replacement ddls updated.
New h5dump test will be added to read the data.
Diffstat (limited to 'tools/testfiles/tcontiguos.ddl')
-rw-r--r-- | tools/testfiles/tcontiguos.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tcontiguos.ddl b/tools/testfiles/tcontiguos.ddl index bda7ef7..8e0158e 100644 --- a/tools/testfiles/tcontiguos.ddl +++ b/tools/testfiles/tcontiguos.ddl @@ -6,7 +6,7 @@ COMMENT "This is a dataset with contiguous storage" STORAGE_LAYOUT { CONTIGUOUS SIZE 800 - OFFSET 4096 + OFFSET 2472 } FILTERS { NONE |