From 11cfb28f54497bb51e8d97677ad83972490d98ff Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 2 Sep 2005 09:56:32 -0500 Subject: [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. --- testpar/testphdf5.c | 4 +--- 1 file changed, 1 insertion(+), 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); -- cgit v0.12