Mariusz Pluciński : shell32/tests: Remove duplicated test of known folder.

Alexandre Julliard julliard at winehq.org
Tue Jul 5 12:59:04 CDT 2011


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

Author: Mariusz Pluciński <vshader at gmail.com>
Date:   Tue Jul  5 11:07:38 2011 +0200

shell32/tests: Remove duplicated test of known folder.

---

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

diff --git a/dlls/shell32/tests/shellpath.c b/dlls/shell32/tests/shellpath.c
index 3a3c597..dbfff5c 100644
--- a/dlls/shell32/tests/shellpath.c
+++ b/dlls/shell32/tests/shellpath.c
@@ -901,7 +901,6 @@ struct knownFolderDef {
 
 static const struct knownFolderDef known_folders[] = {
     KNOWN_FOLDER(FOLDERID_AddNewPrograms,         NO_CSIDL),
-    KNOWN_FOLDER(FOLDERID_AddNewPrograms,         NO_CSIDL),
     KNOWN_FOLDER(FOLDERID_AdminTools,             CSIDL_ADMINTOOLS),
     KNOWN_FOLDER(FOLDERID_AppUpdates,             NO_CSIDL),
     KNOWN_FOLDER(FOLDERID_CDBurning,              CSIDL_CDBURN_AREA),




More information about the wine-cvs mailing list