summaryrefslogtreecommitdiffstats
path: root/c++/test/testhdf5.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2007-01-02 02:17:36 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2007-01-02 02:17:36 (GMT)
commit8e27c898881ac22fb61737edc769fa3cf5372d4e (patch)
tree5a28fcdadf0a4e31106d8d451c45ec41589931df /c++/test/testhdf5.cpp
parente5fff45c0909d91912ee6455c0522ca5112b28a3 (diff)
downloadhdf5-8e27c898881ac22fb61737edc769fa3cf5372d4e.zip
hdf5-8e27c898881ac22fb61737edc769fa3cf5372d4e.tar.gz
hdf5-8e27c898881ac22fb61737edc769fa3cf5372d4e.tar.bz2
[svn-r13093] Purpose: Adding test
Description: Added variable-length string tests. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) Linux 2.6 (kagiso)
Diffstat (limited to 'c++/test/testhdf5.cpp')
-rw-r--r--c++/test/testhdf5.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp
index 04f00a8..f157000 100644
--- a/c++/test/testhdf5.cpp
+++ b/c++/test/testhdf5.cpp
@@ -77,11 +77,12 @@ main(int argc, char *argv[])
AddTest("attr", test_attr, cleanup_attr, "Attributes", NULL);
// testing reference functionalities in trefer.cpp
AddTest("reference", test_reference, cleanup_reference, "References", NULL);
+ // testing variable-length strings in tvlstr.cpp
+ AddTest("vlstrings", test_vlstrings, cleanup_vlstrings, "Variable-Length Strings", 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);
AddTest("vltypes", test_vltypes, cleanup_vltypes, "Variable-Length Datatypes", NULL);
- AddTest("vlstrings", test_vlstrings, cleanup_vlstrings, "Variable-Length Strings", NULL);
AddTest("iterate", test_iterate, cleanup_iterate, "Group & Attribute Iteration", NULL);
AddTest("array", test_array, cleanup_array, "Array Datatypes", NULL);
AddTest("genprop", test_genprop, cleanup_genprop, "Generic Properties", NULL);