diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-08-03 17:44:16 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-08-03 17:44:16 (GMT) |
commit | fb4711f6ddcfc31b9db9b223759c0300223ab020 (patch) | |
tree | e1a6e53502c8cfe5490a84d6f2994ab7a5d551ef /test/links.c | |
parent | 3e755623cb24eb37c19fa645d74dc46948318253 (diff) | |
download | hdf5-fb4711f6ddcfc31b9db9b223759c0300223ab020.zip hdf5-fb4711f6ddcfc31b9db9b223759c0300223ab020.tar.gz hdf5-fb4711f6ddcfc31b9db9b223759c0300223ab020.tar.bz2 |
[svn-r12529] Fixed a couple of bugs that were causing trouble for Windows builds (not sure
why they weren't on other systems). Thanks, Kent!
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index 92f4984..68954ca 100644 --- a/test/links.c +++ b/test/links.c @@ -516,7 +516,7 @@ toomany(hid_t fapl) /* XXX: should probably make a "generic" test that creates the proper * # of links based on this value - QAK */ - HDassert(H5G_NLINKS == 16); + HDassert(H5L_NLINKS_DEF == 16); /* Create file */ h5_fixname(FILENAME[1], fapl, filename, sizeof filename); |