diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-02 14:56:32 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-02 14:56:32 (GMT) |
commit | 11cfb28f54497bb51e8d97677ad83972490d98ff (patch) | |
tree | f1a0c3db9d750dfafa302263c303fd1b942aba7f /testpar/testphdf5.c | |
parent | 40a1e57caae9d0b13d915ed9763669b254d80297 (diff) | |
download | hdf5-11cfb28f54497bb51e8d97677ad83972490d98ff.zip hdf5-11cfb28f54497bb51e8d97677ad83972490d98ff.tar.gz hdf5-11cfb28f54497bb51e8d97677ad83972490d98ff.tar.bz2 |
[svn-r11340] Purpose:
Big data set test was default off and rarely tested. Changed it to default
on so that it gets tested.
Platforms tested:
Heping PP and Copper pp.
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 10ce989..811981e 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -410,9 +410,7 @@ int main(int argc, char **argv) "collective group and dataset write", &collngroups_params); AddTest("ingrpr", independent_group_read, NULL, "independent group and dataset read", &collngroups_params); - - /* By default, do not run big dataset. */ - AddTest("-bigdset", big_dataset, NULL, + AddTest("bigdset", big_dataset, NULL, "big dataset test", PARATESTFILE); AddTest("fill", dataset_fillvalue, NULL, "dataset fill value", PARATESTFILE); |