| From 4ec49714f8b4accf9c65091347beee8afe5e02a5 Mon Sep 17 00:00:00 2001 |
| From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber@ubuntu.com> |
| Date: Thu, 6 Dec 2012 21:31:58 +0000 |
| Subject: [PATCH] Update tests for previous change |
| |
| --- |
| .../tests/expected/test_method_reply_function_deprecated.c | 1 - |
| .../tests/expected/test_method_reply_function_standard.c | 1 - |
| 2 files changed, 2 deletions(-) |
| |
| diff --git a/nih-dbus-tool/tests/expected/test_method_reply_function_deprecated.c b/nih-dbus-tool/tests/expected/test_method_reply_function_deprecated.c |
| index 4fcb87e..f3c9b08 100644 |
| --- a/nih-dbus-tool/tests/expected/test_method_reply_function_deprecated.c |
| +++ b/nih-dbus-tool/tests/expected/test_method_reply_function_deprecated.c |
| @@ -7,7 +7,6 @@ my_async_method_reply (NihDBusMessage *message, |
| DBusMessageIter output_iter; |
| |
| nih_assert (message != NULL); |
| - nih_assert (output != NULL); |
| |
| /* If the sender doesn't care about a reply, don't bother wasting |
| * effort constructing and sending one. |
| diff --git a/nih-dbus-tool/tests/expected/test_method_reply_function_standard.c b/nih-dbus-tool/tests/expected/test_method_reply_function_standard.c |
| index 4fcb87e..f3c9b08 100644 |
| --- a/nih-dbus-tool/tests/expected/test_method_reply_function_standard.c |
| +++ b/nih-dbus-tool/tests/expected/test_method_reply_function_standard.c |
| @@ -7,7 +7,6 @@ my_async_method_reply (NihDBusMessage *message, |
| DBusMessageIter output_iter; |
| |
| nih_assert (message != NULL); |
| - nih_assert (output != NULL); |
| |
| /* If the sender doesn't care about a reply, don't bother wasting |
| * effort constructing and sending one. |
| -- |
| 2.36.1.476.g0c4daa206d-goog |
| |