summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-04-03 18:11:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-04-03 18:11:58 (GMT)
commit00a5fe5cf40dbd9493c6783bc402fd90af96beff (patch)
tree0abbaa53a5fd2d426bf25c1f6021e03471fb3a28 /test
parent91bcf7432e992d58741fe1925bb93bf32feb3358 (diff)
downloadhdf5-00a5fe5cf40dbd9493c6783bc402fd90af96beff.zip
hdf5-00a5fe5cf40dbd9493c6783bc402fd90af96beff.tar.gz
hdf5-00a5fe5cf40dbd9493c6783bc402fd90af96beff.tar.bz2
[svn-r23535] Description:
Bring r23529 from trunk to 1.8 branch: Stop aliasing property to indicate internal collective metadata operations with property to perform collective raw data operations from the application. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel (daily tests on trunk)
Diffstat (limited to 'test')
-rw-r--r--test/testframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testframe.c b/test/testframe.c
index 304b9c7..8805a82 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -26,7 +26,7 @@
/*
* Definitions for the testing structure.
*/
-#define MAXNUMOFTESTS 50
+#define MAXNUMOFTESTS 60
#define MAXTESTNAME 16
#define MAXTESTDESC 64
@@ -75,7 +75,7 @@ AddTest(const char *TheName, void (*TheCall) (void), void (*Cleanup) (void), con
{
/* Sanity checking */
if (Index >= MAXNUMOFTESTS) {
- printf("Too many tests added, increase MAXNUMOFTEST(%d).\n",
+ printf("Too many tests added, increase MAXNUMOFTESTS(%d).\n",
MAXNUMOFTESTS);
exit(-1);
} /* end if */