Commit graph

2181 commits

Author SHA1 Message Date
François Grisez
962fd6fc9a Fix ISO C90 error 2015-09-21 14:17:00 +02:00
Gautier Pelloux-Prayer
76591f8ce0 tester: fix typo in previous commit... 2015-09-21 12:26:29 +02:00
Gautier Pelloux-Prayer
3f31448e0a tester: automatically detect res/writable directories (bis) and add custom option otherwise 2015-09-21 12:22:50 +02:00
Simon Morlat
159af1e925 fix again check_media_direction() 2015-09-21 11:57:09 +02:00
Simon Morlat
6ceaff09f6 fix check_media_direction again. 2015-09-21 10:47:18 +02:00
Simon Morlat
dfb74f343b improve chances of success of a probabilistic test 2015-09-20 22:02:23 +02:00
Simon Morlat
110a56b733 improve check_media_direction 2015-09-20 21:58:18 +02:00
Simon Morlat
82286e695b attempt to repair windows build 2015-09-20 19:46:35 +02:00
Simon Morlat
49743864b7 remove call log db at beginning of test 2015-09-20 18:23:24 +02:00
Simon Morlat
d4898a3006 fix crash 2015-09-19 15:56:15 +02:00
Simon Morlat
54c6519b58 fix LinphoneCoreManager not destroyed in a test 2015-09-19 11:24:08 +02:00
Simon Morlat
e0d2b13123 fix regression with previous commit regarding auth infos and ha1 2015-09-18 22:35:10 +02:00
Sylvain Berfini
1213a64a64 Fix call logs if no database file set + test 2015-09-18 15:56:33 +02:00
Simon Morlat
096b71cd7e refine management of ha1 vs clear text passwords.
if store_ha1_password option is set, then never store clear text password. Also whenever realm is known, compute the ha1 and drop the clear text password.
2015-09-18 13:26:36 +02:00
Simon Morlat
63be4691c2 enhance bandwidth checking in a test 2015-09-18 11:58:08 +02:00
Simon Morlat
0307ee5fa3 fix crash and memleak in test. 2015-09-18 10:21:10 +02:00
Sylvain Berfini
cae3cd4f8d Fixed stun tester 2015-09-17 17:25:02 +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
Jehan Monnier
d97218faa0 fix compilation issue 2015-09-16 21:14:40 +02:00
Jehan Monnier
3213356683 add missing sipp scenario 2015-09-16 17:36:05 +02:00
Jehan Monnier
7002270d63 add SIPP based tests 2015-09-16 17:24:49 +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
Sylvain Berfini
879dd2cb2f Merge branch 'dev_call_logs_sql' 2015-09-14 17:11:17 +02:00
Sylvain Berfini
e141a5ea38 Merge branch 'dev_call_logs_sql' into dev_rtt 2015-09-14 15:32:38 +02:00
Simon Morlat
936f50d409 adapt thresholds 2015-09-14 13:56:14 +02:00
Simon Morlat
6da0a7ab1b modify vroom.wav to be more sensitive at cross correlation when transformed to mono.
Adapt thresholds accordingly.
2015-09-14 13:51:59 +02:00
Simon Morlat
c6a712eaf9 enhance a few asserts 2015-09-13 16:28:11 +02:00
Simon Morlat
1e86c8367f fix dangerous calls to strncat 2015-09-12 16:18:32 +02:00
Simon Morlat
39c6814242 fix ressource path problem on windows 2015-09-12 15:54:01 +02:00
Gautier Pelloux-Prayer
e250b3c342 tester.c: fix (again...) resource directory path 2015-09-11 15:22:09 +02:00
Simon Morlat
4abc46f753 fix opus stereo test, opus is really bad with stereo from a signal standpoint. 2015-09-11 15:00:46 +02:00
Simon Morlat
1f887db632 adapt to new MSAudioDiff api 2015-09-11 14:48:56 +02:00
Sylvain Berfini
1a43b01696 Merge branch 'master' into dev_rtt 2015-09-10 14:19:52 +02:00
Gautier Pelloux-Prayer
d1907a0d48 tester.c: fix resource directory path 2015-09-10 12:20:41 +02:00
Gautier Pelloux-Prayer
d638129f62 proxy.c: deprecate linphone_proxy_config_normalize_phone and use linphone_proxy_config_normalize_phone_number instead 2015-09-10 11:03:46 +02:00
Sylvain Berfini
312dd45ede Added test for declined call logs 2015-09-10 10:58:50 +02:00
Sylvain Berfini
4b7ec9e130 Improved call declined test to check call log status is ok 2015-09-09 10:36:14 +02:00
Sylvain Berfini
d3685c38fa Improved call logs migration tester 2015-09-09 09:41:05 +02:00
Sylvain Berfini
88e1d8d872 Added test to check call log migration 2015-09-08 22:09:16 +02:00
Simon Morlat
13f0d85f68 implement automatic repairing of SIP dialogs broken by a network disconnection. 2015-09-08 21:20:25 +02:00
Sylvain Berfini
d77e344d32 Fix call log sqlite storage test 2015-09-08 16:33:31 +02:00
Sylvain Berfini
e47839c3e4 Added test for delete log and delete log history functions 2015-09-08 16:21:03 +02:00
Sylvain Berfini
a135273771 Small improvement of call log storage API + forgot to free pauline lc in tester + fix test 2015-09-08 16:12:44 +02:00
Sylvain Berfini
c42efa7ff0 Wait for call to end before checking call log db 2015-09-08 15:50:09 +02:00
Sylvain Berfini
6863508cb9 Fix mistake in tester preventing compilation 2015-09-08 15:45:39 +02:00
Sylvain Berfini
d3416ec495 Fix previous test + fix compil when sqlite is disabled 2015-09-08 15:41:53 +02:00
Sylvain Berfini
e35ac5dc77 Fix API + added test for call log sql storage 2015-09-08 15:26:43 +02:00
Simon Morlat
1127f97f8c fix test 2015-09-08 12:38:27 +02:00
Gautier Pelloux-Prayer
352b9c8406 callbacks.c: avoid crashing when we receive response to a message belonging to already destroyed chat room with unit test added 2015-09-08 10:34:49 +02:00