mirror of
https://github.com/reactos/reactos.git
synced 2025-07-06 19:31:22 +00:00
[COMDLG32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66804
This commit is contained in:
parent
f9e6b0df11
commit
846061565a
2 changed files with 2 additions and 1 deletions
|
@ -679,7 +679,7 @@ static void test_basics(void)
|
||||||
ok(hr == S_OK, "got 0x%08x.\n", hr);
|
ok(hr == S_OK, "got 0x%08x.\n", hr);
|
||||||
hr = IFileSaveDialog_GetFileTypeIndex(pfsd, &filetype);
|
hr = IFileSaveDialog_GetFileTypeIndex(pfsd, &filetype);
|
||||||
ok(hr == S_OK, "got 0x%08x.\n", hr);
|
ok(hr == S_OK, "got 0x%08x.\n", hr);
|
||||||
/* I hope noone relies on this one */
|
/* I hope no one relies on this one */
|
||||||
todo_wine ok(filetype == 0, "got %d\n", filetype);
|
todo_wine ok(filetype == 0, "got %d\n", filetype);
|
||||||
hr = IFileSaveDialog_SetFileTypeIndex(pfsd, 0);
|
hr = IFileSaveDialog_SetFileTypeIndex(pfsd, 0);
|
||||||
ok(hr == S_OK, "got 0x%08x.\n", hr);
|
ok(hr == S_OK, "got 0x%08x.\n", hr);
|
||||||
|
|
|
@ -531,6 +531,7 @@ static void test_PrintDlgExW(void)
|
||||||
if (!winetest_interactive)
|
if (!winetest_interactive)
|
||||||
{
|
{
|
||||||
skip("interactive PrintDlgEx tests (set WINETEST_INTERACTIVE=1)\n");
|
skip("interactive PrintDlgEx tests (set WINETEST_INTERACTIVE=1)\n");
|
||||||
|
HeapFree(GetProcessHeap(), 0, pDlg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue