mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[COMDLG32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68556
This commit is contained in:
@@ -1138,6 +1138,11 @@ static void test_extension(void)
|
||||
for (i = 0; i < ARRAY_SIZE(defext_wildcard_filters); i++) {
|
||||
test_extension_helper(&ofn, defext_wildcard_filters[i], "deadbeef.xyz");
|
||||
}
|
||||
|
||||
/* Append valid extensions consisting of multiple parts */
|
||||
test_extension_helper(&ofn, "TestFilter (*.abc.def)\0*.abc.def\0", "deadbeef.abc.def");
|
||||
test_extension_helper(&ofn, "TestFilter (.abc.def)\0.abc.def\0", "deadbeef.abc.def");
|
||||
test_extension_helper(&ofn, "TestFilter (*.*.def)\0*.*.def\0", "deadbeef.xyz");
|
||||
}
|
||||
|
||||
#undef ARRAY_SIZE
|
||||
|
||||
Reference in New Issue
Block a user