summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-11-26 22:08:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-11-26 22:08:33 (GMT)
commitc80d8cbe61e3b36a727a8b4150ef8966292ae9c3 (patch)
treed3d417606e1f43625ae8200ca55fcd48769d830b /tools/testfiles
parent8d0f72d482d24b26f39aa23188dfc07bfcd45cad (diff)
downloadhdf5-c80d8cbe61e3b36a727a8b4150ef8966292ae9c3.zip
hdf5-c80d8cbe61e3b36a727a8b4150ef8966292ae9c3.tar.gz
hdf5-c80d8cbe61e3b36a727a8b4150ef8966292ae9c3.tar.bz2
[svn-r24468] 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')
-rw-r--r--tools/testfiles/tcontiguos.ddl2
-rw-r--r--tools/testfiles/tfilters.h5bin46272 -> 46496 bytes
-rw-r--r--tools/testfiles/tscaleoffset.ddl4
3 files changed, 3 insertions, 3 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
diff --git a/tools/testfiles/tfilters.h5 b/tools/testfiles/tfilters.h5
index c28b1b1..d5f13d9 100644
--- a/tools/testfiles/tfilters.h5
+++ b/tools/testfiles/tfilters.h5
Binary files differ
diff --git a/tools/testfiles/tscaleoffset.ddl b/tools/testfiles/tscaleoffset.ddl
index f1891da..ba49c70 100644
--- a/tools/testfiles/tscaleoffset.ddl
+++ b/tools/testfiles/tscaleoffset.ddl
@@ -4,10 +4,10 @@ DATASET "scaleoffset" {
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
STORAGE_LAYOUT {
CHUNKED ( 10, 5 )
- SIZE 152 (5.263:1 COMPRESSION)
+ SIZE 188 (4.255:1 COMPRESSION)
}
FILTERS {
- COMPRESSION SCALEOFFSET { MIN BITS 4 }
+ COMPRESSION SCALEOFFSET { MIN BITS 2 }
}
FILLVALUE {
FILL_TIME H5D_FILL_TIME_IFSET