diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 02:24:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 02:24:25 (GMT) |
commit | 4d93574a8fe2103af882c87e12856a9cc1bcb3f4 (patch) | |
tree | 19c54c824bcc44f999d1f29608f43138eed425f5 /test/links.c | |
parent | c64266b78ea4e86d281561b5b80778c50253ff7d (diff) | |
download | hdf5-4d93574a8fe2103af882c87e12856a9cc1bcb3f4.zip hdf5-4d93574a8fe2103af882c87e12856a9cc1bcb3f4.tar.gz hdf5-4d93574a8fe2103af882c87e12856a9cc1bcb3f4.tar.bz2 |
[svn-r13360] Description:
Finish H5Aiterate2()
Add H5Arename2() and mark H5Arename as deprecated.
Started on H5Oopen_by_idx().
Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/links.c b/test/links.c index 7696309..f2ce9c3 100644 --- a/test/links.c +++ b/test/links.c @@ -91,7 +91,6 @@ typedef struct { hbool_t *visited; /* Pointer to array of "visited link" flags */ } link_iter_info_t; -#ifndef QAK /*------------------------------------------------------------------------- * Function: mklinks @@ -8791,7 +8790,6 @@ error: return -1; } /* end object_info_old() */ -#endif /* QAK */ /*------------------------------------------------------------------------- @@ -9347,7 +9345,6 @@ main(void) /* Set the "use the latest version of the format" flag for creating objects in the file */ if(H5Pset_latest_format(fapl2, TRUE) < 0) TEST_ERROR -#ifndef QAK /* Loop over using new group format */ for(new_format = FALSE; new_format <= TRUE; new_format++) { /* General tests... (on both old & new format groups */ @@ -9431,9 +9428,6 @@ main(void) nerrors += group_info_old(fapl) < 0 ? 1 : 0; } } /* end for */ -#else /* QAK */ -HDfprintf(stderr, "Uncomment tests!\n"); -#endif /* QAK */ /* Close 2nd FAPL */ H5Pclose(fapl2); |