mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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
This commit is contained in:
parent
bf30ff7eda
commit
4196708248
@ -29,7 +29,7 @@ const char *FILENAME[] = {
|
||||
};
|
||||
|
||||
#define TESTFILE1 "tmtimeo.h5"
|
||||
#define MTIME1 1041605080
|
||||
#define MTIME1 1055531866
|
||||
#define TESTFILE2 "tmtimen.h5"
|
||||
#define MTIME2 1041606478
|
||||
|
||||
|
BIN
test/tmtimeo.h5
BIN
test/tmtimeo.h5
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user