summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/Makefile.in1
-rw-r--r--hl/test/test_table.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index 1e580c6..08276d4 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -190,6 +190,7 @@ MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
MPE = @MPE@
+MPI_GET_SIZE = @MPI_GET_SIZE@
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
diff --git a/hl/test/test_table.c b/hl/test/test_table.c
index f5b73f9..16172c4 100644
--- a/hl/test/test_table.c
+++ b/hl/test/test_table.c
@@ -354,7 +354,6 @@ int test_table(hid_t fid, int write)
PASSED();
}
-
TESTING2("reading table");
/*-------------------------------------------------------------------------
@@ -1355,7 +1354,6 @@ int test_table(hid_t fid, int write)
PASSED();
}
-
/*-------------------------------------------------------------------------
*
* Functions tested:
@@ -1374,7 +1372,6 @@ int test_table(hid_t fid, int write)
chunk_size,fill,compress,wbuf)<0)
goto out;
-
/* delete the field */
if ( H5TBdelete_field(fid, "table14", "Pressure" ) < 0 )
goto out;