diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-16 21:11:19 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-16 21:11:19 (GMT) |
commit | 228a3ac05429982b5463ac5ce57afc8320f11a9f (patch) | |
tree | e1d733d9ddff196f0a126783fdd7f5040f587204 /test | |
parent | c2bb26a754155663b8d0c17db74f4bb44afffe21 (diff) | |
download | hdf5-228a3ac05429982b5463ac5ce57afc8320f11a9f.zip hdf5-228a3ac05429982b5463ac5ce57afc8320f11a9f.tar.gz hdf5-228a3ac05429982b5463ac5ce57afc8320f11a9f.tar.bz2 |
[svn-r16326] Fixed a small problem in file names. Some new file names were left out for OpenVMS.
To be tested on OpenVMS.
Diffstat (limited to 'test')
-rw-r--r-- | test/links.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/links.c b/test/links.c index 36dba41..11728aa 100644 --- a/test/links.c +++ b/test/links.c @@ -77,6 +77,10 @@ const char *FILENAME[] = { "extlinks16A", /* 37: */ /* TESTS for H5P_set_elink_fapl */ "extlinks16B", /* 38: */ "extlinks17", /* 39: */ + "extlinks18A", /* 40: */ + "extlinks18B", /* 41: */ + "extlinks19A", /* 42: */ + "extlinks19B", /* 43: */ NULL }; |