diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-04-25 18:02:28 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-04-25 18:02:28 (GMT) |
commit | 8b90adeac6716fe17fc0f4241bdd48333d15941a (patch) | |
tree | f43f29322bd3007643d813fb61772052027eebfd /c++/test/dsets.cpp | |
parent | 91e56dc68db9b37fb536bac555e95953ba240ac2 (diff) | |
download | hdf5-8b90adeac6716fe17fc0f4241bdd48333d15941a.zip hdf5-8b90adeac6716fe17fc0f4241bdd48333d15941a.tar.gz hdf5-8b90adeac6716fe17fc0f4241bdd48333d15941a.tar.bz2 |
[svn-r12296] Purpose: Maintenance
Description:
dsets.cpp: added a missing PASSED call to line up output better.
tattr.cpp: casted parameters to verify_val properly to fix compilation
errors on Windows, introduced from the previous checkin.
Platforms tested:
Linux 2.4 (heping) - very minor
Windows XP
Diffstat (limited to 'c++/test/dsets.cpp')
-rw-r--r-- | c++/test/dsets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 0930451..c82dc7f 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -369,7 +369,7 @@ test_tconv( H5File& file) // clean up and return with success delete [] out; delete [] in; - cerr << " PASSED" << endl; + PASSED(); return 0; } // end try |