Skip to content
Snippets Groups Projects
Commit 78e3c5e8 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

test: remove ice_media_cand_exchange

There were no useful test as it duplicates test for ICE connectivity
and doesn't test media

Change-Id: Ifde558bf44bbd60911385760c209eb4ccab9dc12
parent c9bb7b12
No related branches found
No related tags found
No related merge requests found
......@@ -216,18 +216,6 @@ test('ice', ut_ice,
workdir: ut_workdir, is_parallel: false, timeout: 1800
)
ut_ice_media_candidates_exchange = executable('ut_ice_media_candidates_exchange',
sources: files('unitTest/ice/ice_media_cand_exchange.cpp'),
include_directories: ut_includedirs,
dependencies: ut_dependencies,
link_with: ut_library
)
test('ice_media_candidates_exchange', ut_ice_media_candidates_exchange,
workdir: ut_workdir, is_parallel: false, timeout: 1800
)
ut_ice_sdp_parser = executable('ut_ice_sdp_parser',
sources: files('unitTest/ice/ice_sdp_parser.cpp'),
include_directories: ut_includedirs,
......
......@@ -225,9 +225,6 @@ ut_revoke_SOURCES = revoke/revoke.cpp common.cpp
check_PROGRAMS += ut_ice_sdp_parser
ut_ice_sdp_parser_SOURCES = ice/ice_sdp_parser.cpp common.cpp
check_PROGRAMS += ut_ice_media_cand_exchange
ut_ice_media_cand_exchange_SOURCES = ice/ice_media_cand_exchange.cpp common.cpp
#
# Calls using SIP accounts
#
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment