From 3ad545c7ae76e6ea477268ea40935693054df8ad Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 31 May 2003 11:17:23 -0500 Subject: [svn-r6938] Purpose: Code cleanup Description: Remove redundant "Testing" from test output. Platforms tested: h5committestted (although Fortran tests failed for some reason) --- test/istore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/istore.c b/test/istore.c index a9075cf..3e13523 100644 --- a/test/istore.c +++ b/test/istore.c @@ -247,7 +247,7 @@ test_extend(hid_t f, const char *prefix, (unsigned long) nx, (unsigned long) ny, (unsigned long) nz); } - sprintf(s, "Testing istore extend: %s", dims); + sprintf(s, "istore extend: %s", dims); TESTING(s); buf = H5MM_malloc(nx * ny * nz); check = H5MM_malloc(nx * ny * nz); @@ -461,7 +461,7 @@ test_sparse(hid_t f, const char *prefix, size_t nblocks, (unsigned long) nx, (unsigned long) ny, (unsigned long) nz); } - sprintf(s, "Testing istore sparse: %s", dims); + sprintf(s, "istore sparse: %s", dims); TESTING(s); buf = H5MM_malloc(nx * ny * nz); HDmemset(buf, 128, nx * ny * nz); -- cgit v0.12