diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2009-10-20 18:14:34 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2009-10-20 18:14:34 (GMT) |
commit | fa406155ab6ab2903d856f8e20502caef2df0996 (patch) | |
tree | 007847dac319bc49648e739b11bbc9ef86fd8068 /c++/test/testhdf5.cpp | |
parent | a99a73d20ecd7ed2c9c65a2979f600f805d01099 (diff) | |
download | hdf5-fa406155ab6ab2903d856f8e20502caef2df0996.zip hdf5-fa406155ab6ab2903d856f8e20502caef2df0996.tar.gz hdf5-fa406155ab6ab2903d856f8e20502caef2df0996.tar.bz2 |
[svn-r17690] Purpose: Code improvement
Description:
Fixed CommonFG::getComment and CommonFG::getLinkval to provide
default values for buffer size to improve usability.
Added test file tlinks.cpp, which only contains test for getLinkval
and will expand when C++ wrappers for H5L functions are implemented.
Platforms tested:
Linux/32 2.6 (jam)
FreeBSD/64 6.3 (liberty)
SunOS 5.10 (linew)
Diffstat (limited to 'c++/test/testhdf5.cpp')
-rw-r--r-- | c++/test/testhdf5.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp index 02b427e..d61babf 100644 --- a/c++/test/testhdf5.cpp +++ b/c++/test/testhdf5.cpp @@ -85,6 +85,7 @@ main(int argc, char *argv[]) AddTest("types", test_types, cleanup_types, "Generic Data Types", NULL); AddTest("compound", test_compound, cleanup_compound, "Compound Data Types", NULL); AddTest("filter", test_filters, cleanup_filters, "Various Filters", NULL); + AddTest("links", test_links, cleanup_links, "Various Links", NULL); /* Comment out tests that are not done yet. - BMR, Feb 2001 AddTest("select", test_select, cleanup_select, "Selections", NULL); AddTest("time", test_time, cleanup_time, "Time Datatypes", NULL); |