Skip to content

Commit 02a3576

Browse files
Adding the test_subscr_fn to the test_launchUrl_fn.
1 parent 285ee73 commit 02a3576

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/tests/run_tv_casting_test.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,8 @@ def test_subscription_fn(tv_casting_app_info: Tuple[subprocess.Popen, TextIO], l
535535
def test_launchUrl_fn(tv_casting_app_info: Tuple[subprocess.Popen, TextIO], tv_app_info: Tuple[subprocess.Popen, TextIO], log_paths: List[str]):
536536
"""Test that the Linux tv-casting-app sent the launchUrl and that the Linux tv-app received the launchUrl."""
537537

538+
test_subscription_fn(tv_casting_app_info, log_paths) # SHAO added
539+
538540
if not parse_tv_app_output_for_launchUrl_msg_success(tv_app_info, log_paths):
539541
handle_casting_failure('Testing launchUrl', log_paths)
540542

@@ -591,7 +593,7 @@ def test_casting_fn(tv_app_rel_path, tv_casting_app_rel_path):
591593
valid_discovered_commissioner_number = valid_discovered_commissioner.split('#')[-1].replace('\x1b[0m', '')
592594

593595
test_commissioning_fn(valid_discovered_commissioner_number, tv_casting_app_info, tv_app_info, log_paths)
594-
test_subscription_fn(tv_casting_app_info, log_paths)
596+
# test_subscription_fn(tv_casting_app_info, log_paths) # SHAO OG
595597
test_launchUrl_fn(tv_casting_app_info, tv_app_info, log_paths)
596598

597599

0 commit comments

Comments
 (0)