summaryrefslogtreecommitdiffstats
path: root/test/set_extent.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-12-29 21:24:09 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-12-29 21:24:09 (GMT)
commitb962f97e1ad6ca93d5a5c45f5511ce84256413ee (patch)
tree4b03dec9288902288dcf065ac44eec7bc06d6f98 /test/set_extent.c
parent75951cfcf8fe9e5d8f9a7785828285eaddc0c3ae (diff)
downloadhdf5-b962f97e1ad6ca93d5a5c45f5511ce84256413ee.zip
hdf5-b962f97e1ad6ca93d5a5c45f5511ce84256413ee.tar.gz
hdf5-b962f97e1ad6ca93d5a5c45f5511ce84256413ee.tar.bz2
[svn-r16225] removed some debug messages
tested: windows, linux
Diffstat (limited to 'test/set_extent.c')
-rw-r--r--test/set_extent.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/set_extent.c b/test/set_extent.c
index d680371..c3979dd 100644
--- a/test/set_extent.c
+++ b/test/set_extent.c
@@ -20,13 +20,6 @@
* Purpose: Tests the H5Dset_extent call
*/
-#if 0
-#define H5_SET_EXTENT_DEBUG4
-#endif
-
-
-
-
#include "hdf5.h"
#include "h5test.h"
@@ -70,15 +63,11 @@ static int test_rank3( hbool_t do_compress,
static int test_external( void );
static int test_layouts( H5D_layout_t layout );
-
-
-
/*-------------------------------------------------------------------------
* main
*-------------------------------------------------------------------------
*/
-
int main( void )
{
if ( do_ranks() < 0 )
@@ -102,8 +91,6 @@ int main( void )
error:
-
-
H5_FAILED();
return 1;
}
@@ -257,10 +244,6 @@ static int do_ranks( void )
error:
-
-
-
- H5_FAILED();
return -1;
}
@@ -289,7 +272,6 @@ static int do_layouts( void )
return 0;
error:
- H5_FAILED();
return -1;
}