diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-11-07 15:17:38 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-11-07 15:17:38 (GMT) |
commit | 871694b3acbd1f1a30fd19ef6f1d9dec8e582545 (patch) | |
tree | 3769e7e58cc56cbd88d922e488cf671c78540bd2 | |
parent | 71d3a0006ac4429ab3c13ed5d979fa695223ac84 (diff) | |
download | hdf5-871694b3acbd1f1a30fd19ef6f1d9dec8e582545.zip hdf5-871694b3acbd1f1a30fd19ef6f1d9dec8e582545.tar.gz hdf5-871694b3acbd1f1a30fd19ef6f1d9dec8e582545.tar.bz2 |
[svn-r14241] A minor change: Let the test of opening external link twice in external.c use
be_extlink2.h5, which is created with gen_udlinks.c.
Tested on kagiso.
-rw-r--r-- | test/external.c | 3 | ||||
-rw-r--r-- | test/extlink_file.h5 | bin | 2864 -> 0 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/external.c b/test/external.c index 5b83f0b..fa29428 100644 --- a/test/external.c +++ b/test/external.c @@ -21,7 +21,8 @@ */ #include "h5test.h" -#define LINKED_FILE "extlink_file.h5" +/* File for external link test. Created with gen_udlinks.c */ +#define LINKED_FILE "be_extlink2.h5" const char *FILENAME[] = { "extern_1", diff --git a/test/extlink_file.h5 b/test/extlink_file.h5 Binary files differdeleted file mode 100644 index 92ed32c..0000000 --- a/test/extlink_file.h5 +++ /dev/null |