commit 15667b36e43a571f6bb8726b9dec4f1099d2b4f9 (_fullpath)

Detlef Riekenberg wine.dev at web.de
Fri Jan 6 14:54:53 CST 2006


Am Freitag, den 06.01.2006, 10:01 -0600 schrieb Aric Stewart:
> ChangeLog:
> Additional add a regression test for _fullpath
> 
>    dlls/msvcrt/tests/dir.c |   58

+
+    SetCurrentDirectory("C:\\Windows\\System\\");
+

Please do not use a fixed Path.
This will not work on many Systems:

nt351:       "c:\winnt351"
nt4.0 + w2k: "c:\winnt"
and every windows with a custom Install-Directory.

+
+    ok(_fullpath(full,"test", MAX_PATH)>0,"_fullpath failed\n");
+

">0" is not correct for "char *".

The Text in your Tests are useless.
Please print error-values and received buffer-content.


-- 
By By ...
      ... Detlef




More information about the wine-devel mailing list