summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-04-03 02:50:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-04-03 02:50:50 (GMT)
commitb4331b2ff33549d7401ed63d830b8a7907679677 (patch)
treefaaea3e39f03cbd619fb7b149c6a52a636a73181 /test
parent0b16cecb994ad3d1f31883933706decefecc68df (diff)
downloadhdf5-b4331b2ff33549d7401ed63d830b8a7907679677.zip
hdf5-b4331b2ff33549d7401ed63d830b8a7907679677.tar.gz
hdf5-b4331b2ff33549d7401ed63d830b8a7907679677.tar.bz2
[svn-r23529] Description:
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/paralllel
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 8ab7a5b..af6e975 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
@@ -73,7 +73,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 */