summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2012-01-12 18:27:42 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2012-01-12 18:27:42 -0500
commitc80eee03b7d6fe72bc5bee5209b816256e6ff1a9 (patch)
tree89ab02c2e33d820675f38fc9d43d553b286202fc /tests
parent32b1b90f7aef5595829c6443f0a63ab0e492c9a3 (diff)
downloadlibnice-c80eee03b7d6fe72bc5bee5209b816256e6ff1a9.tar.gz
test-fullmode: if upnp is disabled, then disable it in both agents
Diffstat (limited to 'tests')
-rw-r--r--tests/test-fullmode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-fullmode.c b/tests/test-fullmode.c
index f455dcc..39aea0f 100644
--- a/tests/test-fullmode.c
+++ b/tests/test-fullmode.c
@@ -881,6 +881,7 @@ int main (void)
g_object_set (G_OBJECT (lagent), "proxy-type", PROXY_TYPE, NULL);
g_object_set (G_OBJECT (lagent), "proxy-username", PROXY_USERNAME, NULL);
g_object_set (G_OBJECT (lagent), "proxy-password", PROXY_PASSWORD, NULL);
+ g_object_set (G_OBJECT (ragent), "upnp", USE_UPNP, NULL);
g_object_set (G_OBJECT (ragent), "proxy-ip", PROXY_IP, NULL);
g_object_set (G_OBJECT (ragent), "proxy-port", PROXY_PORT, NULL);
g_object_set (G_OBJECT (ragent), "proxy-type", PROXY_TYPE, NULL);