summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-01 19:24:52 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-01 19:24:52 (GMT)
commit8771fba1de67c170813b622812ea943d682104ec (patch)
treeb2a9f3a3e8e7dfb11883c656b7e57b5bd21abde9 /testpar/testphdf5.c
parentbeb6f83cfd696e835970091f730a23db31381455 (diff)
downloadhdf5-8771fba1de67c170813b622812ea943d682104ec.zip
hdf5-8771fba1de67c170813b622812ea943d682104ec.tar.gz
hdf5-8771fba1de67c170813b622812ea943d682104ec.tar.bz2
[svn-r25503] - fix bug in encode/decode plist parallel test when 1 proccess is used to run the test.
- fix warning in t_chunk_alloc.
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 057ac88..df6257f 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -368,7 +368,7 @@ int main(int argc, char **argv)
AddTest("selnone", none_selection_chunk, NULL,
"chunked dataset with none-selection", PARATESTFILE);
AddTest("calloc", test_chunk_alloc, NULL,
- "parallel extend Chunked allocation on serial file", PARATESTFILE);
+ "parallel extend Chunked allocation on serial file", PARATESTFILE);
AddTest("fltread", test_filter_read, NULL,
"parallel read of dataset written serially with filters", PARATESTFILE);