diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-01-26 05:40:17 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-01-26 05:40:17 (GMT) |
commit | fd318bcf1fe96ff30ae83a4a1441d2600f0cf825 (patch) | |
tree | c74c83e7815461c4ce8dce5de46c5a60c01d0943 /c++/test/h5cpputil.cpp | |
parent | 134352c456b2952f192e74ed3e87fb72a2d9bbd8 (diff) | |
download | hdf5-fd318bcf1fe96ff30ae83a4a1441d2600f0cf825.zip hdf5-fd318bcf1fe96ff30ae83a4a1441d2600f0cf825.tar.gz hdf5-fd318bcf1fe96ff30ae83a4a1441d2600f0cf825.tar.bz2 |
[svn-r13201] Purpose: Adding test
Description:
Added
* tests for some generic datatype operations
* tests for compound datatype operations
These tests are checked in now to make sure they're safe! They can
use some more comments and minor cleanups. Will do very soon.
Fixed few minor typos.
Platforms tested
AIX 5.1 (copper)
SunOS 5.8 64-bit (sol)
HPUX 11.00 (kelgia)
Diffstat (limited to 'c++/test/h5cpputil.cpp')
-rw-r--r-- | c++/test/h5cpputil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/test/h5cpputil.cpp b/c++/test/h5cpputil.cpp index 03f0c9f..e1c3468 100644 --- a/c++/test/h5cpputil.cpp +++ b/c++/test/h5cpputil.cpp @@ -97,9 +97,9 @@ int test_report( int nerrors, const H5std_string& testname ) void issue_fail_msg(const char* where, int line, const char* file_name, const char* message) { - if (GetTestVerbosity()>=VERBO_HI) + //if (GetTestVerbosity()>=VERBO_HI) { - cerr << "--> From " << where << " at line " << line + cerr << "ERROR>>> From " << where << " at line " << line << " in " << file_name << " - " << message << endl << endl; } } |