Commit graph

33 commits

Author SHA1 Message Date
François Grisez
23e33b3380 Fixes memory leaks in "Simple remote conference with shut down focus" test 2016-05-10 15:51:32 +02:00
François Grisez
88d3811871 Fixes memory leak in "Eject from 4 participants conference" tester 2016-05-10 15:51:32 +02:00
François Grisez
5b2ff154a4 Fixes all belle_sip_object leaks in three tests of the 'Multi Call' suite 2016-05-09 16:15:35 +02:00
Gautier Pelloux-Prayer
2381e1571f tester: fix potential crash 2016-04-15 15:50:57 +02:00
Gautier Pelloux-Prayer
2aedb5d159 tester: do not use BC_ASSERT_*_FATAL macros anymore 2016-04-08 15:56:17 +02:00
François Grisez
f2bba9df2f Ensures that all calls have been release at the end of simple_conference_base()
Also removes the "LeaksMemory" tag off tests below:
+ Simple conference
+ Simple conference with ICE
+ Simple ZRTP conference with ICE
2016-03-29 15:34:35 +02:00
François Grisez
dcdbf8834a Ensures all calls are ended at the end of simple_conference_base() 2016-03-29 11:21:26 +02:00
Gautier Pelloux-Prayer
2eea827121 tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +01:00
Simon Morlat
cd0783c238 ensure that stun server is resolved before starting a test, and assert that it is resolved or not. 2016-02-27 11:11:29 +01:00
Simon Morlat
6077331d03 restrict the creation of additional outgoing calls to avoid conditions of conflicting access to soundcard 2016-02-26 17:24:42 +01:00
François Grisez
b4452da58d Release the reference on the focus call when thatone fails 2016-02-02 11:34:13 +01:00
Ghislain MARY
142891969e Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
François Grisez
523ad425a5 Add a class storing conference parameters 2016-01-13 11:55:30 +01:00
François Grisez
f0d1446f22 Renames LinphoneConference.getParticipantsCount() into getSize() 2016-01-11 15:10:04 +01:00
François Grisez
2e52ca9e8a Prevents Conference.getParticipants() from including the URI of the conference focus 2016-01-11 15:03:26 +01:00
François Grisez
94237bf4ee Tests call of linphone_conference_get_participants() 2016-01-08 14:09:20 +01:00
François Grisez
3f1d66d104 Fix removing one participant tester 2016-01-06 16:38:19 +01:00
François Grisez
ca05715af6 Fix crash in JNI concerning the removeListener() function 2016-01-04 16:45:18 +01:00
François Grisez
6e655d7430 Add the ability to remove a participant from a remote conference
That new feature has not been tested yet neither with Telefonica's server nor
in liblinphone tester. That one does not still work because the LinphoneCore
instance simulating the conference server does not handle REFER with BYE requests.
2015-12-18 18:09:31 +01:00
François Grisez
88d0c8ef9e Add a test testing the establishment of a conference based on a focus server 2015-12-17 10:42:58 +01:00
Simon Morlat
3d7bbb5bd5 remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
François Grisez
6fab13434f Gtk: Optimize the update of transient buttons in the friend list 2015-10-22 10:51:27 +02:00
Gautier Pelloux-Prayer
25589de545 multi_call_tester.c: add some delay for "Eject from 4 participants conference" test 2015-10-22 09:40:32 +02:00
Gautier Pelloux-Prayer
1b6b49a579 conference: fix conference API with tests - there must be no current call in conference 2015-10-21 15:44:33 +02:00
Gautier Pelloux-Prayer
8a2f20ceae tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
Gautier Pelloux-Prayer
b1ae7bf028 tester: add before_each and after_each functions to allow init/cleanup of tests individually 2015-09-17 11:06:35 +02:00
Gautier Pelloux-Prayer
4ade5326e1 tester: replace some BC_ASSERT_TRUE with better BC_ASSERT_LOWER/GREATER/EQUAL ones 2015-08-05 11:42:51 +02:00
Ghislain MARY
03d71b27e4 Add tester for Windows 10. 2015-07-06 11:35:18 +02:00
Gautier Pelloux-Prayer
369d675171 tester: check that no linphone core exists before each test fixing crash on iOS 2015-07-01 15:49:47 +02:00
Simon Morlat
c88685b194 fix memory leak and windows build 2015-06-05 12:14:56 +02:00
Jehan Monnier
b03d48ded9 improve liblinphone test reliability 2015-06-04 08:53:40 +02:00
Jehan Monnier
ad1d7c12c9 Fix ZRTP conference 2015-06-02 18:28:02 +02:00
Gautier Pelloux-Prayer
6b134f5a33 proxy config: add tests for phone number normalization and fix API accordingly 2015-05-22 16:11:49 +02:00
Renamed from tester/multi_call.c (Browse further)