[BROWSEUI_APITEST] -Add tests for SHExplorerParseCmdLine for CORE-12882.
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 4 May 2017 15:15:45 +0000 (15:15 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 4 May 2017 15:15:45 +0000 (15:15 +0000)
svn path=/trunk/; revision=74474

rostests/apitests/browseui/SHExplorerParseCmdLine.c

index 97b2ddc..88c086b 100644 (file)
@@ -216,6 +216,9 @@ START_TEST(SHExplorerParseCmdLine)
         { __LINE__, L"c:\\Program Files\\", TRUE, PIDL_IS_PATH, 0x00000200, NULL, L"C:\\Program Files" },
         { __LINE__, L"c:\\Program Files/", TRUE, PIDL_IS_NULL, 0x02000000, L"c:\\Program Files/"},
         { __LINE__, L"c:/Program Files/", TRUE, PIDL_IS_NULL, 0x02000000, L"c:/Program Files/"},
+        { __LINE__, L"fonts", TRUE, PIDL_IS_NULL, 0x02000000, L"fonts" },
+        { __LINE__, L"winsxs", TRUE, PIDL_IS_NULL, 0x02000000, L"winsxs" },
+        { __LINE__, L"system32", TRUE, PIDL_IS_NULL, 0x02000000, L"system32" },
         { __LINE__, TEST_PATHW, TRUE, PIDL_IS_PATH, 0x00000200, NULL, TEST_PATHW },
         { __LINE__, L"\"c:\\\"\"program files\"", TRUE, PIDL_IS_NULL, 0x02000000, L"c:\\\"program files"},
         { __LINE__, L"\"c:\\\"program files", TRUE, PIDL_IS_PATH, 0x00000200, NULL, L"C:\\Program Files" },