From ac73359fb1c766140ffa1b88c4820be56cd01f0a Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Fri, 11 Jul 2008 14:07:07 -0500 Subject: [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. --- c++/test/testhdf5.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12