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.