summaryrefslogtreecommitdiffstats
path: root/c++/test/testhdf5.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2009-10-20 19:59:43 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2009-10-20 19:59:43 (GMT)
commitcdf49b647234933fca0ee7cbed83591fe6858f6f (patch)
tree8fed3a36c26e650000eb650165ea4c0a8afb72bc /c++/test/testhdf5.cpp
parente91af4bdbdab77fd5b640a8318adbd3f390325ea (diff)
downloadhdf5-cdf49b647234933fca0ee7cbed83591fe6858f6f.zip
hdf5-cdf49b647234933fca0ee7cbed83591fe6858f6f.tar.gz
hdf5-cdf49b647234933fca0ee7cbed83591fe6858f6f.tar.bz2
[svn-r17695] 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)
Diffstat (limited to 'c++/test/testhdf5.cpp')
-rw-r--r--c++/test/testhdf5.cpp1
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);