diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2001-03-14 13:27:13 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2001-03-14 13:27:13 (GMT) |
commit | 014152842bd87b538e0f65bae20a1adb8bba462b (patch) | |
tree | 40c56dc36b9bafd844c03bcf133cea180a9d4328 /c++/test/testhdf5.cpp | |
parent | 8a32459871ccdbe0eccb742743ddb03979b76d2f (diff) | |
download | hdf5-014152842bd87b538e0f65bae20a1adb8bba462b.zip hdf5-014152842bd87b538e0f65bae20a1adb8bba462b.tar.gz hdf5-014152842bd87b538e0f65bae20a1adb8bba462b.tar.bz2 |
[svn-r3625]
Purpose:
Format and typos mostly
Description:
Changed the "Copyright" header of some files so they will be consistent.
Platforms tested:
arabica (sparc-sun-solaris 2.7)
Diffstat (limited to 'c++/test/testhdf5.cpp')
-rw-r--r-- | c++/test/testhdf5.cpp | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp index eee18e3..17d2d50 100644 --- a/c++/test/testhdf5.cpp +++ b/c++/test/testhdf5.cpp @@ -167,18 +167,19 @@ main(int argc, char *argv[]) // testing file creation and opening in tfile.cpp InitTest("file", test_file, cleanup_file, "Low-Level File I/O"); - - // Comment out tests that are not done yet. - BMR, Feb 2001 - //InitTest("h5s", test_h5s, cleanup_h5s, "Dataspaces"); - //InitTest("attr", test_attr, cleanup_attr, "Attributes"); - //InitTest("select", test_select, cleanup_select, "Selections"); - //InitTest("time", test_time, cleanup_time, "Time Datatypes"); - //InitTest("reference", test_reference, cleanup_reference, "References"); - //InitTest("vltypes", test_vltypes, cleanup_vltypes, "Variable-Length Datatypes"); - //InitTest("vlstrings", test_vlstrings, cleanup_vlstrings, "Variable-Length Strings"); - //InitTest("iterate", test_iterate, cleanup_iterate, "Group & Attribute Iteration"); - //InitTest("array", test_array, cleanup_array, "Array Datatypes"); - //InitTest("genprop", test_genprop, cleanup_genprop, "Generic Properties"); + InitTest("h5s", test_h5s, cleanup_h5s, "Dataspaces"); + + /* Comment out tests that are not done yet. - BMR, Feb 2001 + InitTest("attr", test_attr, cleanup_attr, "Attributes"); + InitTest("select", test_select, cleanup_select, "Selections"); + InitTest("time", test_time, cleanup_time, "Time Datatypes"); + InitTest("reference", test_reference, cleanup_reference, "References"); + InitTest("vltypes", test_vltypes, cleanup_vltypes, "Variable-Length Datatypes"); + InitTest("vlstrings", test_vlstrings, cleanup_vlstrings, "Variable-Length Strings"); + InitTest("iterate", test_iterate, cleanup_iterate, "Group & Attribute Iteration"); + InitTest("array", test_array, cleanup_array, "Array Datatypes"); + InitTest("genprop", test_genprop, cleanup_genprop, "Generic Properties"); +Comment out tests that are not done yet */ Verbosity = 4; /* Default Verbosity is Low */ uintn major, minor, release; |