summaryrefslogtreecommitdiffstats
path: root/test/fillval.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-05-17 21:51:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-05-17 21:51:57 (GMT)
commitc88826a3d4f85010be591a8230dd43e61f804a3d (patch)
tree54e2655c7fc17b4aa009d0017efddfd29adaab06 /test/fillval.c
parentad3ace3d16435c18667c48f2f6df2143aa7bc189 (diff)
downloadhdf5-c88826a3d4f85010be591a8230dd43e61f804a3d.zip
hdf5-c88826a3d4f85010be591a8230dd43e61f804a3d.tar.gz
hdf5-c88826a3d4f85010be591a8230dd43e61f804a3d.tar.bz2
[svn-r6892] Purpose:
Code cleanup Description: Uncomment tests that we previously commented out with my "Uncomment tests!" note. Platforms tested: h5committested
Diffstat (limited to 'test/fillval.c')
-rw-r--r--test/fillval.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/fillval.c b/test/fillval.c
index 7f02c9a..8161cd9 100644
--- a/test/fillval.c
+++ b/test/fillval.c
@@ -1435,11 +1435,7 @@ main(int argc, char *argv[])
if (test_chunk) {
nerrors += test_create(fapl, FILENAME[0], H5D_CHUNKED);
nerrors += test_rdwr (fapl, FILENAME[2], H5D_CHUNKED);
-#ifdef QAK
nerrors += test_extend(fapl, FILENAME[4], H5D_CHUNKED);
-#else /* QAK */
-HDfprintf(stderr,"Uncomment tests!\n");
-#endif /* QAK */
}
/* Contiguous storage layout tests */