diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 17:51:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 17:51:50 (GMT) |
commit | daa96590d313494fa24279e12727c2e9586025a1 (patch) | |
tree | df5b414dff0fbbf0d9615c3cc810f1b240f9f843 /testpar | |
parent | 084ed881372d1e5f04f6f3078ced33503d206392 (diff) | |
download | hdf5-daa96590d313494fa24279e12727c2e9586025a1.zip hdf5-daa96590d313494fa24279e12727c2e9586025a1.tar.gz hdf5-daa96590d313494fa24279e12727c2e9586025a1.tar.bz2 |
[svn-r8987] Purpose:
Code cleanup
Description:
Fix another batch of minor differences between the development and release
branches.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Too minor to require h5committest
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/testphdf5.c | 2 | ||||
-rw-r--r-- | testpar/testphdf5.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 26642bf..ba6a075 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -469,7 +469,6 @@ int main(int argc, char **argv) AddTest("fillvalue", dataset_fillvalue, NULL, "dataset fill value", filenames[8]); - AddTest("coll. chunked 1", coll_chunk1,NULL, "simple collective chunk io",filenames[10]); AddTest("coll. chunked 2", coll_chunk2,NULL, @@ -478,6 +477,7 @@ int main(int argc, char **argv) "multi-chunk collective chunk io",filenames[12]); AddTest("coll. chunked 4", coll_chunk4,NULL, "collective to independent chunk io",filenames[13]); + /* Display testing information */ TestInfo(argv[0]); diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 379fd1e..a608035 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -127,6 +127,7 @@ #define BYROW_CONT 1 #define BYROW_DISCONT 2 #define DSET_COLLECTIVE_CHUNK_NAME "coll_chunk_name" + /* type definitions */ typedef struct H5Ptest_param_t /* holds extra test parameters */ { |