summaryrefslogtreecommitdiffstats
path: root/c++/test/dsets.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2010-02-28 04:09:19 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2010-02-28 04:09:19 (GMT)
commit1de0aa8b9b0f17787a2f6a1b7fe9e65a8addb9f2 (patch)
tree47a13e96ba6418da1bc0fd17213b029e33350cdb /c++/test/dsets.cpp
parentd3a9b81fd06423cb81c8f4fa49f2e4c265a9c3d0 (diff)
downloadhdf5-1de0aa8b9b0f17787a2f6a1b7fe9e65a8addb9f2.zip
hdf5-1de0aa8b9b0f17787a2f6a1b7fe9e65a8addb9f2.tar.gz
hdf5-1de0aa8b9b0f17787a2f6a1b7fe9e65a8addb9f2.tar.bz2
[svn-r18349] Description:
In the previous revision, dsets.cpp was moved from a standalone program into testhdf5.cpp to be consistent with the rest of the tests. Makefiles were left out by mistake. Platform tested: Verified on Linux/32 2.6 (jam)
Diffstat (limited to 'c++/test/dsets.cpp')
-rw-r--r--c++/test/dsets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp
index e860f34..ee1a206 100644
--- a/c++/test/dsets.cpp
+++ b/c++/test/dsets.cpp
@@ -950,7 +950,7 @@ test_types(H5File& file)
} // test_types
/*-------------------------------------------------------------------------
- * Function: main
+ * Function: test_dset
*
* Purpose: Tests the dataset interface (H5D)
*