From df075c5b9266b3b7a038fb1377d130ed315aa15c Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 14 Feb 2007 00:39:21 -0500 Subject: [svn-r13296] temporary fix for a daily test failure --- tools/h5dump/h5dumpgentest.c | 2 +- tools/testfiles/tbigdims.ddl | 2 +- tools/testfiles/tbigdims.h5 | Bin 6192 -> 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 Binary files a/tools/testfiles/tbigdims.h5 and b/tools/testfiles/tbigdims.h5 differ -- cgit v0.12