summaryrefslogtreecommitdiffstats
path: root/test/mtime.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-13 20:30:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-13 20:30:43 (GMT)
commit4196708248538053699e3bf13ac2a216032039a4 (patch)
tree2c39479ceb58ddf6ea9370bd3b2e0803ddfc10b8 /test/mtime.c
parentbf30ff7eda86f93e8a5f220eba0f38e63ea1eac8 (diff)
downloadhdf5-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
Diffstat (limited to 'test/mtime.c')
-rw-r--r--test/mtime.c2
1 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