From c0c270e90e65c013b19fdf2c1752ac19756275f9 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Wed, 24 Apr 2024 19:06:48 +0900 Subject: [PATCH] [SHELL32_APITEST] Delete obsolete "iexplore.exe" tests Follow-up to 75cc5b2. CORE-13950 --- modules/rostests/apitests/shell32/ShellExecCmdLine.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/rostests/apitests/shell32/ShellExecCmdLine.cpp b/modules/rostests/apitests/shell32/ShellExecCmdLine.cpp index a9082d0fc07..37ee9c0260e 100644 --- a/modules/rostests/apitests/shell32/ShellExecCmdLine.cpp +++ b/modules/rostests/apitests/shell32/ShellExecCmdLine.cpp @@ -441,11 +441,6 @@ static const TEST_ENTRY s_entries_1[] = { __LINE__, TRUE, TRUE, L"shell:::{450d8fba-ad25-11d0-98a8-0800361b1103}", NULL }, // shell:sendto { __LINE__, TRUE, TRUE, L"shell:sendto", NULL }, - // iexplore.exe - { __LINE__, TRUE, FALSE, L"iexplore", NULL }, - { __LINE__, TRUE, FALSE, L"iexplore.exe", NULL }, - { __LINE__, TRUE, TRUE, L"iexplore", NULL }, - { __LINE__, TRUE, TRUE, L"iexplore.exe", NULL }, // https://google.com { __LINE__, TRUE, FALSE, L"https://google.com", NULL }, { __LINE__, TRUE, TRUE, L"https://google.com", NULL },