From 4196708248538053699e3bf13ac2a216032039a4 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 13 Jun 2003 15:30:43 -0500 Subject: [svn-r7035] Purpose: Driver error Description: The tmtimeo.h5 file was supposed to have been generated from gen_old_mtime.c which was compiled with a pre-1.5.x version of the library, however it appears to have been created with a newer version of the library and did not contain the older form of the mtime object header information that was being tested for. Solution: Run a version of gen_old_mtime that was compiled & linked against an older version of the library to generate the tmtimeo.h5 file. Had to update the modification time used for testing in the mtime.c file also. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest --- test/mtime.c | 2 +- test/tmtimeo.h5 | Bin 1576 -> 2052 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mtime.c b/test/mtime.c index 5d16250..f92465a 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -29,7 +29,7 @@ const char *FILENAME[] = { }; #define TESTFILE1 "tmtimeo.h5" -#define MTIME1 1041605080 +#define MTIME1 1055531866 #define TESTFILE2 "tmtimen.h5" #define MTIME2 1041606478 diff --git a/test/tmtimeo.h5 b/test/tmtimeo.h5 index 8c0f02d..8cacf4a 100644 Binary files a/test/tmtimeo.h5 and b/test/tmtimeo.h5 differ -- cgit v0.12