diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-11-04 15:16:46 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-11-04 15:18:44 -0500 |
commit | d7b8620fb1405015cee6ec27f460c4a40928b676 (patch) | |
tree | 13a9ede1635524cd7963007d0f822421b926a29d /tests/test-fullmode.c | |
parent | eb2fa22e4cf6a4c88bcfbb6e788ddef60c946732 (diff) | |
download | libnice-d7b8620fb1405015cee6ec27f460c4a40928b676.tar.gz |
Add a SOFTWARE attribute in test-fullmode test
Diffstat (limited to 'tests/test-fullmode.c')
-rw-r--r-- | tests/test-fullmode.c | 2 |
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 |