Implement a few utility functions, with tests.
[wine] / dlls / kernel / tests / directory.c
2005-06-30  Francois GougetTest the behavior of CreateDirectory() when it has...
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-20  Francois GougetAssorted spelling fixes.
2004-11-29  Gunnar DalsnesAdded a test to make sure that CreateDirectoryA/W does...
2004-06-17  Alexandre JulliardAdded a couple of tests for SetCurrentDirectoryA.
2004-06-04  Dimitrie O. PaunIn Win9x, {Create,Remove}Directory returns ERROR_PATH_N...
2004-04-27  Alexandre JulliardRemoved todo_wine from some tests that succeed now.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-08  Hans LeidekkerCheck for ERROR_CALL_NOT_IMPLEMENTED error from RemoveD...
2003-09-16  Rolf KalbermatterAdded a few todo_wine tests with filenames with wildcards.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-12-12  Francois GougetSkip the Unicode tests on Win9x.
2002-08-27  Dmitry TimoshkovAdded a bunch of new regression tests.
2002-04-01  Francois GougetWindows headers must be included after wine/test.h.
2002-03-22  Dmitry TimoshkovAdded tests for GetSystemDirectoryA/W and GetWindowsDir...