summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-14 05:39:21 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-14 05:39:21 (GMT)
commitdf075c5b9266b3b7a038fb1377d130ed315aa15c (patch)
tree56e8852b69062d2786b543c4cb55adff1c14b4fb /tools
parent74754706cf030fd4a23d8b08c69696f633e92239 (diff)
downloadhdf5-df075c5b9266b3b7a038fb1377d130ed315aa15c.zip
hdf5-df075c5b9266b3b7a038fb1377d130ed315aa15c.tar.gz
hdf5-df075c5b9266b3b7a038fb1377d130ed315aa15c.tar.bz2
[svn-r13296]
temporary fix for a daily test failure
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/h5dumpgentest.c2
-rw-r--r--tools/testfiles/tbigdims.ddl2
-rw-r--r--tools/testfiles/tbigdims.h5bin6192 -> 6192 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c
index cdc75a7..eecae08 100644
--- a/tools/h5dump/h5dumpgentest.c
+++ b/tools/h5dump/h5dumpgentest.c
@@ -5649,7 +5649,7 @@ static void gent_bigdims(void)
hsize_t hs_start[1];
hsize_t hs_size[1]; /* hyperslab dimensions */
size_t size;
- char fillvalue=-1;
+ char fillvalue=0;
char *buf=NULL;
hsize_t i;
char c;
diff --git a/tools/testfiles/tbigdims.ddl b/tools/testfiles/tbigdims.ddl
index eb7e8d7..21e2a43 100644
--- a/tools/testfiles/tbigdims.ddl
+++ b/tools/testfiles/tbigdims.ddl
@@ -11,7 +11,7 @@ DATASET "dset4gb" {
COUNT ( 22 );
BLOCK ( 1 );
DATA {
- (4294967284): -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
+ (4294967284): 0, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
(4294967301): 15, 16, 17, 18, 19
}
}
diff --git a/tools/testfiles/tbigdims.h5 b/tools/testfiles/tbigdims.h5
index 20e674d..c54c2c3 100644
--- a/tools/testfiles/tbigdims.h5
+++ b/tools/testfiles/tbigdims.h5
Binary files differ