From 51ba7ad48ca49d21d41d4f77c2c369f8c5e2cfb6 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 20 Oct 2000 15:57:56 -0500 Subject: [svn-r2717] Purpose: Change test files for increased maximum dimension constant. Description: space_overflow.c - added some simple error checking. th5s.c - corrected test case for maximem dimensions to use correct file and actually test what is supposed to be tested... :-) th5s.h5 - regenerated with increased dimensions. Platforms Tested: FreeBSD 4.1.1 (hawkwind) Solaris 2.5 (baldric) --- test/space_overflow.c | 9 ++++++++- test/th5s.c | 6 +++++- test/th5s.h5 | Bin 1665 -> 2049 bytes 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/test/space_overflow.c b/test/space_overflow.c index 081e2f2..690b8bf 100644 --- a/test/space_overflow.c +++ b/test/space_overflow.c @@ -41,9 +41,16 @@ main(void) int i; file = H5Fcreate("th5s.h5", H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT); - for (i=0; i #include +#define TESTFILE "th5s.h5" #define FILE "th5s1.h5" /* 3-D dataset with fixed dimensions */ @@ -163,8 +164,11 @@ test_h5s_basic(void) /* * Try reading a file that has been prepared that has a dataset with a * higher dimensionality than what the library can handle. + * + * If this test fails and the H5S_MAX_RANK variable has changed, follow + * the instructions in space_overflow.c for regenating the th5s.h5 file. */ - fid1 = H5Fopen(FILE, H5F_ACC_RDONLY, H5P_DEFAULT); + fid1 = H5Fopen(TESTFILE, H5F_ACC_RDONLY, H5P_DEFAULT); CHECK_I(fid1, "H5Fopen"); dset1 = H5Dopen(fid1, "dset"); VERIFY(dset1, FAIL, "H5Dopen"); diff --git a/test/th5s.h5 b/test/th5s.h5 index 452b3d4..7a0bfb3 100644 Binary files a/test/th5s.h5 and b/test/th5s.h5 differ -- cgit v0.12