summaryrefslogtreecommitdiffstats
path: root/test/earray.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/earray.c')
-rw-r--r--test/earray.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/test/earray.c b/test/earray.c
index ad85281..8f5b2be 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -158,7 +158,7 @@ typedef struct earray_test_t {
/* Local prototypes */
/* Local variables */
-const char *FILENAME[] = {"earray", "earray_tmp", NULL};
+static const char *FILENAME[] = {"earray", "earray_tmp", NULL};
/* Filename to use for all tests */
char filename_g[EARRAY_FILENAME_LEN];
@@ -591,7 +591,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -608,7 +608,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -624,7 +624,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -641,7 +641,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -656,7 +656,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -671,7 +671,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -688,7 +688,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -707,7 +707,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -724,7 +724,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -739,7 +739,7 @@ test_create(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t H5_ATTR_UNUSE
{
ea = H5EA_create(f, &test_cparam, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened extensible array */
H5EA_close(ea);
@@ -790,7 +790,7 @@ error:
H5EA_close(ea);
H5Fclose(file);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* end test_create() */
@@ -858,7 +858,7 @@ error:
H5EA_close(ea);
H5Fclose(file);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* test_reopen() */
@@ -963,7 +963,7 @@ error:
H5Fclose(file);
H5Fclose(file2);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* test_open_twice() */
@@ -1102,7 +1102,7 @@ error:
H5Fclose(file0);
H5Fclose(file00);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* test_open_twice_diff() */
@@ -1164,7 +1164,7 @@ test_delete_open(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t *tparam)
{
ea2 = H5EA_open(f, ea_addr, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea2) {
/* Close opened array */
H5EA_close(ea2);
@@ -1187,7 +1187,7 @@ test_delete_open(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t *tparam)
{
ea = H5EA_open(f, ea_addr, NULL);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (ea) {
/* Close opened array */
H5EA_close(ea);
@@ -1222,7 +1222,7 @@ error:
H5EA_close(ea2);
H5Fclose(file);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* test_delete_open() */
@@ -2117,7 +2117,7 @@ error:
H5EA_close(ea);
H5Fclose(file);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* test_set_elmts() */
@@ -2273,7 +2273,7 @@ error:
H5EA_close(ea);
H5Fclose(file);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* test_skip_elmts() */
@@ -2495,7 +2495,7 @@ error:
{
H5Pclose(fapl);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (api_ctx_pushed)
H5CX_pop(FALSE);