aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ChangeLog3
-rw-r--r--tests/gpg/t-eventloop.c16
2 files changed, 3 insertions, 16 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 2a44f239..8daf141c 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,8 @@
2003-04-30 Marcus Brinkmann <[email protected]>
+ * gpg/t-eventloop.c (main): Do not call print_op_info.
+ (print_op_info): Function removed.
+
* gpg/t-keylist.c: Rewritten.
* gpgsm/t-keylist.c (main): Rewritten.
* gpg/t-edit.c (main): Do not use gpgme_key_get_as_xml. Use
diff --git a/tests/gpg/t-eventloop.c b/tests/gpg/t-eventloop.c
index 71998bdb..b168ef89 100644
--- a/tests/gpg/t-eventloop.c
+++ b/tests/gpg/t-eventloop.c
@@ -34,21 +34,6 @@
} while(0)
static void
-print_op_info (GpgmeCtx ctx)
-{
- char *str = gpgme_get_op_info (ctx, 0);
-
- if (!str)
- puts ("<!-- no operation info available -->");
- else
- {
- puts (str);
- free (str);
- }
-}
-
-
-static void
print_data (GpgmeData dh)
{
char buf[100];
@@ -233,7 +218,6 @@ main (int argc, char *argv[])
my_wait ();
fail_if_err (op_result.err);
- print_op_info (ctx);
fail_if_err (err);
fflush (NULL);