summaryrefslogtreecommitdiffstats
path: root/c++/test/testhdf5.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-09 22:15:28 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-09 22:15:28 (GMT)
commitf9d785f7de7413d73606ec3d58f7a07e289dd409 (patch)
tree2aae2f6589ed3a26566ad9be555e0f6811af7ce1 /c++/test/testhdf5.cpp
parente5cf05cbef1b2ebaecd03dc6ff7db09785dc8efe (diff)
downloadhdf5-f9d785f7de7413d73606ec3d58f7a07e289dd409.zip
hdf5-f9d785f7de7413d73606ec3d58f7a07e289dd409.tar.gz
hdf5-f9d785f7de7413d73606ec3d58f7a07e289dd409.tar.bz2
[svn-r3582]
Purpose: Test code improvement Description: - Added H5_HAVE_ZLIB_H and H5_HAVE_LIBZ to dsets.cpp - Added the use of new API Exception::getCFuncName to obtain the name of the function where failure occurs, to various places in the test code. Platforms tested: arabica (sparc-sun-solaris 2.7)
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 6b3a64e..eee18e3 100644
--- a/c++/test/testhdf5.cpp
+++ b/c++/test/testhdf5.cpp
@@ -45,6 +45,7 @@ int Verbosity;
// Use C version of the header file testhdf5.h instead of re-coding it
#include "testhdf5.h"
+#include <iostream>
#include "H5Cpp.h"
#ifndef H5_NO_NAMESPACE