From 5c7a236baaa2c82e30dd52a6949dee7064e2a001 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 6 Apr 2005 09:15:32 -0500 Subject: [svn-r10558] Purpose: Change maximum test number from 30 to 40 since more collective IO tests were added into parallel HDF5 test. Description: Solution: Platforms tested: heping, copper, tungsten, cobalt, SDSC TG. Misc. update: --- test/testframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testframe.c b/test/testframe.c index 28e90ca..b6a56a8 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -25,7 +25,7 @@ /* * Definitions for the testing structure. */ -#define MAXNUMOFTESTS 30 +#define MAXNUMOFTESTS 40 #define MAXTESTNAME 16 #define MAXTESTDESC 64 -- cgit v0.12