summaryrefslogtreecommitdiff
path: root/tests/test-icetcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-icetcp.c')
-rw-r--r--tests/test-icetcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-icetcp.c b/tests/test-icetcp.c
index 5b2b4b2..22cd98a 100644
--- a/tests/test-icetcp.c
+++ b/tests/test-icetcp.c
@@ -418,6 +418,8 @@ int main (void)
g_object_set (G_OBJECT (lagent), "ice-udp", FALSE, NULL);
g_object_set (G_OBJECT (ragent), "ice-udp", FALSE, NULL);
+ g_object_set (G_OBJECT (lagent), "upnp", FALSE, NULL);
+ g_object_set (G_OBJECT (ragent), "upnp", FALSE, NULL);
nice_agent_set_software (lagent, "Test-icetcp, Left Agent");
nice_agent_set_software (ragent, "Test-icetcp, Right Agent");