https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e7430a86b23677f7b1c0c5c9e811c74b3eaca58a

commit e7430a86b23677f7b1c0c5c9e811c74b3eaca58a
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Sun Sep 6 21:51:08 2020 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Sun Sep 6 21:51:08 2020 +0900

    [BROWSEUI_APITEST] Follow-up of #3123 (94a413a)
---
 modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c 
b/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c
index be16dfa29b7..ea45c95d18f 100644
--- a/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c
+++ b/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c
@@ -422,6 +422,7 @@ START_TEST(SHExplorerParseCmdLine)
         { __LINE__, L"/inproc,\"c:\\\"", FALSE, PIDL_IS_UNTOUCHED, 0x00000000 
},
         { __LINE__, L"/inproc,{20d04fe0-3aea-1069-a2d8-08002b30309d}", TRUE, 
PIDL_IS_UNTOUCHED, 0x00000400 },
         { __LINE__, L"shell:::{450D8FBA-AD25-11D0-98A8-0800361B1103}", TRUE, 
CSIDL_MYDOCUMENTS, 0x00000200 },
+        { __LINE__, L"::{450d8fba-ad25-11d0-98a8-0800361b1103}", TRUE, 
CSIDL_MYDOCUMENTS, 0x00000200 },
     };
     const int TestCount = sizeof(Tests) / sizeof(Tests[0]);
     PWSTR CommandLine;

Reply via email to