summaryrefslogtreecommitdiff
path: root/tests/test-bugs.c
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-03 18:09:55 +0100
committerJens Georg <mail@jensge.org>2022-01-03 18:09:55 +0100
commit479c48f4272a4d07ceb90174143722e046ef25be (patch)
treec14e4feebf0eebb1542fc9a31d726ebc73df6467 /tests/test-bugs.c
parent69527ea481118815851475659c75b504b4d61b6f (diff)
downloadgupnp-479c48f4272a4d07ceb90174143722e046ef25be.tar.gz
ServiceAction: Forward-port Action.return_success
Diffstat (limited to 'tests/test-bugs.c')
-rw-r--r--tests/test-bugs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-bugs.c b/tests/test-bugs.c
index 19a13b4..563e758 100644
--- a/tests/test-bugs.c
+++ b/tests/test-bugs.c
@@ -88,7 +88,7 @@ test_bgo_696762_on_browse_call (G_GNUC_UNUSED GUPnPService *service,
g_assert (node != NULL);
g_assert_cmpstr ((const char *) node->name, ==, "SortCriteria");
node = node->next;
- gupnp_service_action_return (action);
+ gupnp_service_action_return_success (action);
}
static void
@@ -543,7 +543,7 @@ test_ggo_58_on_ping_call (GUPnPService *service,
GUPnPServiceAction *action,
gpointer user_data)
{
- gupnp_service_action_return (action);
+ gupnp_service_action_return_success (action);
}
static void