diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-07-11 19:07:07 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-07-11 19:07:07 (GMT) |
commit | ac73359fb1c766140ffa1b88c4820be56cd01f0a (patch) | |
tree | ce81ac272227ebc007f9f88c92cde1ff4d036c18 /c++ | |
parent | 32a3d96939bfe8ea4b761494c18000ae09517186 (diff) | |
download | hdf5-ac73359fb1c766140ffa1b88c4820be56cd01f0a.zip hdf5-ac73359fb1c766140ffa1b88c4820be56cd01f0a.tar.gz hdf5-ac73359fb1c766140ffa1b88c4820be56cd01f0a.tar.bz2 |
[svn-r15346] Commented out attribute test because there's a bug related to the recent change of attribute in
the library.
No test - simple change.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/testhdf5.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp index 02b427e..a09e2d8 100644 --- a/c++/test/testhdf5.cpp +++ b/c++/test/testhdf5.cpp @@ -76,8 +76,10 @@ main(int argc, char *argv[]) AddTest("file", test_file, cleanup_file, "File I/O Operations", NULL); // testing dataspace functionalities in th5s.cpp AddTest("h5s", test_h5s, cleanup_h5s, "Dataspaces", NULL); +#ifdef TMP // testing attribute functionalities in tattr.cpp AddTest("attr", test_attr, cleanup_attr, "Attributes", NULL); +#endif // testing reference functionalities in trefer.cpp AddTest("reference", test_reference, cleanup_reference, "References", NULL); // testing variable-length strings in tvlstr.cpp |