diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-13 20:30:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-13 20:30:43 (GMT) |
commit | 4196708248538053699e3bf13ac2a216032039a4 (patch) | |
tree | 2c39479ceb58ddf6ea9370bd3b2e0803ddfc10b8 | |
parent | bf30ff7eda86f93e8a5f220eba0f38e63ea1eac8 (diff) | |
download | hdf5-4196708248538053699e3bf13ac2a216032039a4.zip hdf5-4196708248538053699e3bf13ac2a216032039a4.tar.gz hdf5-4196708248538053699e3bf13ac2a216032039a4.tar.bz2 |
[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
-rw-r--r-- | test/mtime.c | 2 | ||||
-rw-r--r-- | test/tmtimeo.h5 | bin | 1576 -> 2052 bytes |
2 files changed, 1 insertions, 1 deletions
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 Binary files differindex 8c0f02d..8cacf4a 100644 --- a/test/tmtimeo.h5 +++ b/test/tmtimeo.h5 |