diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2003-06-10 04:03:58 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2003-06-10 04:03:58 (GMT) |
commit | ee38b91d18e8152662597b6ff605c23cde172e65 (patch) | |
tree | 8c5699dcd016d5722dbf4264d2c404a72c477eaa /c++/test/dsets.cpp | |
parent | 989fba31d4d7457f3d62ba0269e7296c73ec5405 (diff) | |
download | hdf5-ee38b91d18e8152662597b6ff605c23cde172e65.zip hdf5-ee38b91d18e8152662597b6ff605c23cde172e65.tar.gz hdf5-ee38b91d18e8152662597b6ff605c23cde172e65.tar.bz2 |
[svn-r7012] Purpose:
Text cleanup
Description:
Re-worded some informative and error messages.
Remove/Updated outdated comments.
Platforms:
Linux 2.4 (eirene)
IRIX 6.5.11 (modi4)
Diffstat (limited to 'c++/test/dsets.cpp')
-rw-r--r-- | c++/test/dsets.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 450bd1c..b92381a 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -1030,11 +1030,12 @@ main(void) } catch (Exception E) { - return(test_report(nerrors, string(" DATASET TESTS"))); + return(test_report(nerrors, string(" Dataset"))); } /* use C test utility routine to clean up data files */ h5_cleanup(FILENAME, fapl_id); /* print out dsets test results */ - return(test_report(nerrors, string(" DATASET TESTS"))); + cerr << endl << endl; + return(test_report(nerrors, string(" Dataset"))); } |