summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-11-04 15:16:46 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-11-04 15:18:44 -0500
commitd7b8620fb1405015cee6ec27f460c4a40928b676 (patch)
tree13a9ede1635524cd7963007d0f822421b926a29d
parenteb2fa22e4cf6a4c88bcfbb6e788ddef60c946732 (diff)
downloadlibnice-d7b8620fb1405015cee6ec27f460c4a40928b676.tar.gz
Add a SOFTWARE attribute in test-fullmode test
-rw-r--r--tests/test-fullmode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-fullmode.c b/tests/test-fullmode.c
index 6d31870..1a9b5e8 100644
--- a/tests/test-fullmode.c
+++ b/tests/test-fullmode.c
@@ -925,6 +925,8 @@ int main (void)
/* step: create the agents L and R */
lagent = nice_agent_new (g_main_loop_get_context (global_mainloop), NICE_COMPATIBILITY);
ragent = nice_agent_new (g_main_loop_get_context (global_mainloop), NICE_COMPATIBILITY);
+ nice_agent_set_software (lagent, "Test-fullmode, Left Agent");
+ nice_agent_set_software (ragent, "Test-fullmode, Right Agent");
/* step: add a timer to catch state changes triggered by signals */
#if USE_TURN