summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ttsafe_error.c')
-rw-r--r--test/ttsafe_error.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/ttsafe_error.c b/test/ttsafe_error.c
index 485c6e5..54ffc4b 100644
--- a/test/ttsafe_error.c
+++ b/test/ttsafe_error.c
@@ -40,7 +40,7 @@ static int dummy; /* just to create a non-empty object file */
/* Having a common dataset name is an error */
#define DATASETNAME "commonname"
-#define EXPECTED_ERROR_DEPTH 3
+#define EXPECTED_ERROR_DEPTH 8
#define WRITE_NUMBER 37
static herr_t error_callback(void *);
@@ -58,7 +58,12 @@ typedef struct err_num_struct {
err_num_t expected[] = {
{H5E_DATASET, H5E_CANTINIT},
{H5E_DATASET, H5E_CANTINIT},
- {H5E_SYM, H5E_EXISTS}
+ {H5E_SYM, H5E_EXISTS},
+ {H5E_SYM, H5E_CANTINSERT},
+ {H5E_SYM, H5E_CANTINSERT},
+ {H5E_BTREE, H5E_CANTINIT},
+ {H5E_BTREE, H5E_CANTINSERT},
+ {H5E_SYM, H5E_CANTINSERT},
};
int error_flag = 0;