[1/2] shell32/tests: Accept another error from SHFileOperationA.

Hans Leidekker hans at codeweavers.com
Tue Dec 20 05:07:51 CST 2016


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 dlls/shell32/tests/shlfileop.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c
index 0e502fc..d74c59a 100644
--- a/dlls/shell32/tests/shlfileop.c
+++ b/dlls/shell32/tests/shlfileop.c
@@ -817,6 +817,7 @@ static void test_rename(void)
     retval = SHFileOperationA(&shfo);
     ok(retval == ERROR_CANCELLED ||
        retval == DE_DIFFDIR || /* Vista */
+       retval == DE_FILEDESTISFLD || /* Vista, running from c: */
        broken(retval == DE_OPCANCELLED) || /* Win9x */
        broken(retval == 65652), /* NT4 */
        "Expected ERROR_CANCELLED or DE_DIFFDIR\n");
-- 
2.1.4




More information about the wine-patches mailing list