Commit graph

59 commits

Author SHA1 Message Date
Ghislain MARY
7dc834b219 Fix malloc/free mismatches in tester. 2016-01-06 12:00:12 +01:00
Simon Morlat
d69105090f fix flexisip tests 2015-12-23 14:47:35 +01:00
Simon Morlat
3ebd7b92c1 fix test 2015-12-22 12:33:08 +01:00
Simon Morlat
12f74e808b fix crash when sipp is not installed 2015-12-21 16:34:33 +01:00
Jehan Monnier
8950b9d6fb disable presence test using presence server 2015-12-16 15:50:51 +01:00
Jehan Monnier
b412132ca9 enhance flexisip resource list tester 2015-12-02 10:48:07 +01:00
Jehan Monnier
57a8261146 fix flexisip presence tester 2015-12-02 10:46:42 +01:00
Jehan Monnier
8ceb75adc3 add resource-list test 2015-12-02 10:46:42 +01:00
Jehan Monnier
5b372035f5 add more flexisip test for presence 2015-12-02 10:46:42 +01:00
Jehan Monnier
0ea0897390 add more test for presence 2015-12-02 10:46:42 +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
Gautier Pelloux-Prayer
879e017e1e tester: update bc_tester_utils and fix some tests - disable stderr for sipp because corrupting output is not great at all 2015-09-23 14:09:52 +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
Simon Morlat
d4898a3006 fix crash 2015-09-19 15:56:15 +02:00
Simon Morlat
63be4691c2 enhance bandwidth checking in a test 2015-09-18 11:58:08 +02:00
Gautier Pelloux-Prayer
f0bd070bc2 chat: fix some crashing tests and disable the others for now 2015-09-17 17:16: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
fdf5abefd6 chat: refactoring it to always invoke callbacks when changing state, reenable disabled tests and add two new file upload tests where liblinphone should not crash while it does currently 2015-09-16 16:08:11 +02:00
Simon Morlat
cf6995ef5c clean chat room api.
fix multiple memory leaks, mainly in gtk UI
2015-09-04 14:57:25 +02:00
Gautier Pelloux-Prayer
747fd8e6f6 file_transfer: copy file_transfer_information as well when cloning chat message... 2015-07-29 14:55:48 +02:00
Gautier Pelloux-Prayer
c20d054660 tester: move phone number normalization test in proxy tester suite 2015-07-06 15:25:33 +02:00
Gautier Pelloux-Prayer
9cc3b9a779 tester: iterate every 20 ms loops instead of 100 ms to speedup tests 2015-07-06 12:33:51 +02:00
Gautier Pelloux-Prayer
3f86b78b2a tester: update common and display test duration and fix some non removed core managers 2015-07-02 17:04:25 +02:00
Gautier Pelloux-Prayer
cfeca1b1f4 flexisip_tester.c: remove some linphone core and improve ddos test 2015-07-02 15:52:43 +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
Gautier Pelloux-Prayer
da2c63a6a9 tester: change transport_supported to not take linphonecore argument since we dont need it 2015-06-22 11:56:26 +02:00
Simon Morlat
c88685b194 fix memory leak and windows build 2015-06-05 12:14:56 +02:00
Gautier Pelloux-Prayer
03287d93cf tester: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary 2015-05-21 11:28:12 +02:00
Gautier Pelloux-Prayer
2dc1116da8 tester: move from BC_ASSERT_TRUE to more accurate asserts for some tests 2015-05-18 13:56:58 +02:00
Gautier Pelloux-Prayer
2fced27fe9 tester: use new macros instead of CUnit ones to get better error logs 2015-05-13 17:38:19 +02:00
Sylvain Berfini
a99188ebeb Added dos test on flexisip suite & updated flexisip.conf 2015-04-14 17:02:13 +02:00
Sylvain Berfini
9fff00eef2 Improved tester and fixed flexisip file transfer message rewrite test 2015-03-17 13:17:02 +01:00
Sylvain Berfini
eeda3916cd When simulating a client whithout RCS, still add a simple Accept header 2015-03-16 17:44:11 +01:00
Gautier Pelloux-Prayer
0887089bc6 Tester: continuing 2015-03-13 13:55:32 +01:00
Sylvain Berfini
38330c65ac Enabled register with accept header and added tests to flexisip tests suite 2015-03-04 16:03:35 +01:00
Simon Morlat
097cae673a robustize tests for windows 2015-02-17 17:24:30 +01:00
Simon Morlat
7a2ca89183 increase tester's timeouts 2015-02-15 15:01:50 +01:00
Simon Morlat
3b15ef89cf relax tests again 2015-02-14 19:10:09 +01:00
Simon Morlat
52e9e229be relax tests 2015-02-14 17:38:04 +01:00
Simon Morlat
1a9adcd1ca fix ipv6 test 2015-02-06 12:17:34 +01:00
Simon Morlat
9357c20551 fix tests not passing when the entire suite is run. enhance ipv6 test 2015-02-06 12:07:30 +01:00
Simon Morlat
ef7413d063 enable ipv6 test 2015-02-03 14:57:04 +01:00
Simon Morlat
53bc2cd5a0 add tests to check sips and ipv6 support of flexisip 2015-02-02 18:13:55 +01:00
Simon Morlat
76c6886119 fix potential crash when receiving an incoming call for which audio is declined (due to incompatible codecs), but video is accepted. 2014-12-22 16:23:26 +01:00
Guillaume BIENKOWSKI
3e56dcac16 Remove (now) unneeded use_files and fix the way we manage use_files in the linphone_core_manager to include a ringback tone 2014-12-15 12:36:27 +01:00
Simon Morlat
bebf7992e5 wait a bit more 2014-12-08 09:36:04 +01:00
Jehan Monnier
1656945e31 make sure send/received bw is acurate in early_media_call_forking tester 2014-12-05 15:34:58 +01:00
Ghislain MARY
9cabfe37dd A LinphoneContent object now owns all its data fields including the buffer.
A normal LinphoneContent object will now copy the data from the given buffer when calling linphone_content_set_buffer().
However LinphoneContent objects converted from LinphoneContentPrivate structures do not own its data fields.
2014-11-20 17:27:26 +01:00
Ghislain MARY
35189535a7 Convert LinphoneContent from a simple struct to a belle-sip object to ease generation of wrappers. 2014-11-18 16:42:16 +01:00
Ghislain MARY
e41203a4c5 Fix compilation for Windows Phone 8. 2014-06-25 17:46:44 +02:00