Nicolas Le Cam : shell32/tests: Fix a test on WinNT and some Win95.

Alexandre Julliard julliard at winehq.org
Tue Apr 7 09:04:39 CDT 2009


Module: wine
Branch: master
Commit: a295308c3f4a2fe3d6bb233e1bd0f66b68dc80d5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a295308c3f4a2fe3d6bb233e1bd0f66b68dc80d5

Author: Nicolas Le Cam <niko.lecam at gmail.com>
Date:   Mon Apr  6 19:27:06 2009 +0200

shell32/tests: Fix a test on WinNT and some Win95.

---

 dlls/shell32/tests/shlfolder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c
index 8c5f1dc..de28267 100644
--- a/dlls/shell32/tests/shlfolder.c
+++ b/dlls/shell32/tests/shlfolder.c
@@ -717,7 +717,7 @@ static void test_GetAttributesOf(void)
         SFGAO_CANRENAME | SFGAO_HASPROPSHEET | SFGAO_DROPTARGET | SFGAO_FILESYSANCESTOR |
         SFGAO_FOLDER | SFGAO_HASSUBFOLDER,
         /* Win95, WinNT when queried directly */
-        SFGAO_HASPROPSHEET | SFGAO_DROPTARGET | SFGAO_FILESYSANCESTOR |
+        SFGAO_CANLINK | SFGAO_HASPROPSHEET | SFGAO_DROPTARGET | SFGAO_FILESYSANCESTOR |
         SFGAO_FOLDER | SFGAO_FILESYSTEM | SFGAO_HASSUBFOLDER
     };
     WCHAR wszMyComputer[] = { 




More information about the wine-cvs mailing list