Uncomment a now passing path test

Dmitry Timoshkov dmitry at baikal.ru
Sat Feb 7 07:00:53 CST 2004


Hello,

now one more path test passes.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Uncomment a now passing path test.

--- cvs/hq/wine/dlls/kernel/tests/path.c	2004-02-07 19:17:44.000000000 +0800
+++ wine/dlls/kernel/tests/path.c	2004-02-07 20:27:42.000000000 +0800
@@ -750,12 +750,11 @@ static void test_PathNameA(CHAR *curdir,
     Wine probably shouldn't. */
   sprintf(tmpstr,"/%s/%s",SHORTDIR,SHORTFILE);
   ok(GetFullPathNameA(tmpstr,MAX_PATH,tmpstr1,&strptr),"GetFullPathNameA failed\n");
-  todo_wine {
-    if( curDrive != NOT_A_VALID_DRIVE) {
+
+  if( curDrive != NOT_A_VALID_DRIVE) {
       sprintf(tmpstr,"C:\\%s\\%s",SHORTDIR,SHORTFILE);
       ok(lstrcmpiA(tmpstr,tmpstr1)==0,
          "GetFullPathNameA returned '%s' instead of '%s'\n",tmpstr1,tmpstr);
-    }
   }
 /* This passes in Wine because it still contains the pointer from the previous test */
   ok(lstrcmpiA(SHORTFILE,strptr)==0,






More information about the wine-patches mailing list