Supposedly fix http test on Windows.
[wine] / dlls / kernel / tests / path.c
2004-06-02  Dimitrie O. PaunDo not fix the drive letter to 'C', it fails on other...
2004-05-14  Alexandre JulliardFixed some of the GetShortPathName tests to use the...
2004-04-27  Alexandre JulliardRemoved todo_wine from some tests that succeed now.
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-15  Mike McCormackPreserve trailing backslashes in GetFullPathName.
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2003-11-18  Hans LeidekkerAccount for the fact that the temporary directory may...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-13  Alexandre JulliardMake the test pass on NT4 too.
2003-05-13  Francois GougetAdded a test for GetLongPathNameA("c:").
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-12-18  Francois GougetAll filenames containing a ":" are invalid on Win9x...
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-12-11  Francois Gouget'"' is an illegal character on Win9x so we cannot test it.
2002-09-06  Francois GougetSome small typo / phrasing fixes.
2002-08-28  Alexandre JulliardRemoved system specific GetTempPathA test.
2002-08-27  Dmitry TimoshkovAdded a bunch of new regression tests.
2002-07-16  Paul MillarRemoved drive assumptions in the path handling regressi...
2002-07-05  Duane ClarkAdd drive letter and Unix path tests of GetFullPathNameA.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-06  Alexandre JulliardFixed handling of GetLongPathNameA.
2002-04-25  Paul MillarFixed minor typo.
2002-04-11  Geoffrey HausheerAdded test for GetFullPathNamesA, GetLongPathNamesA,