[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:
Quincey Koziol 2003-06-13 15:30:43 -05:00
parent bf30ff7eda
commit 4196708248
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const char *FILENAME[] = {
};
#define TESTFILE1 "tmtimeo.h5"
#define MTIME1 1041605080
#define MTIME1 1055531866
#define TESTFILE2 "tmtimen.h5"
#define MTIME2 1041606478

Binary file not shown.