diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-07-11 19:05:31 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-07-11 19:05:31 (GMT) |
commit | 32a3d96939bfe8ea4b761494c18000ae09517186 (patch) | |
tree | 9c81f482fceb2c32f3e4e93b914e6bc5fa390f46 /test/testhdf5.c | |
parent | 81de0a75cc6500bf6e1cbc1d7fc6cf21ac3a91a5 (diff) | |
download | hdf5-32a3d96939bfe8ea4b761494c18000ae09517186.zip hdf5-32a3d96939bfe8ea4b761494c18000ae09517186.tar.gz hdf5-32a3d96939bfe8ea4b761494c18000ae09517186.tar.bz2 |
[svn-r15345] Commented out tsohm.c and tattr.c test because there's a bug related to the changes of attribute
in the library.
Tested on linew - simple change.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 95ec90c..93c3b58 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -55,8 +55,10 @@ main(int argc, char *argv[]) AddTest("objects", test_h5o, cleanup_h5o, "Generic Object Functions", NULL); AddTest("h5s", test_h5s, cleanup_h5s, "Dataspaces", NULL); AddTest("coords", test_coords, cleanup_coords, "Dataspace coordinates", NULL); +#ifdef TMP AddTest("sohm", test_sohm, cleanup_sohm, "Shared Object Header Messages", NULL); AddTest("attr", test_attr, cleanup_attr, "Attributes", NULL); +#endif AddTest("select", test_select, cleanup_select, "Selections", NULL); AddTest("time", test_time, cleanup_time, "Time Datatypes", NULL); AddTest("reference", test_reference, cleanup_reference, "References", NULL); |