summaryrefslogtreecommitdiffstats
path: root/test/testframe.c
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-04-06 14:15:32 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-04-06 14:15:32 (GMT)
commit5c7a236baaa2c82e30dd52a6949dee7064e2a001 (patch)
treee7daea98d91b9ef90f5a0558bab6e6b58e27ab8c /test/testframe.c
parent9008184b4dfddb04d2bbe9e98af0962dbf57c57d (diff)
downloadhdf5-5c7a236baaa2c82e30dd52a6949dee7064e2a001.zip
hdf5-5c7a236baaa2c82e30dd52a6949dee7064e2a001.tar.gz
hdf5-5c7a236baaa2c82e30dd52a6949dee7064e2a001.tar.bz2
[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:
Diffstat (limited to 'test/testframe.c')
-rw-r--r--test/testframe.c2
1 files changed, 1 insertions, 1 deletions
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