wine/dlls/kernel/tests drive.c

Alexandre Julliard julliard at wine.codeweavers.com
Sat Nov 30 13:02:53 CST 2002


ChangeSet ID:	6448
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/11/30 13:02:53

Modified files:
	dlls/kernel/tests: drive.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
	GetDiskFreeSpace("." | "..") fails on Win98 and NT4 but succeeds on XP
	-> removed.
	Skip the GetDiskFreeSpace tests on floppy drives because NT pops up a
	MessageBox if no floppy is present.
	Fix the error code checks to take into account the differences between
	Win9x, NT4 and XP.
	Skip the unicode tests if the first call returns
	ERROR_CALL_NOT_IMPLEMENTED.
	Whenever a test fails, print sufficient information (typically return
	code and GetLastError()!) to let the developer figure out what is
	wrong.

Patch: http://cvs.winehq.com/patch.py?id=6448

Old revision  New revision  Changes     Path
 1.1           1.2           +48 -41     wine/dlls/kernel/tests/drive.c




More information about the wine-cvs mailing list