version/tests: Check the correct variable.
[wine] / dlls / version / tests / info.c
2012-05-15  Michael Stefaniucversion/tests: Check the correct variable.
2011-02-24  Austin Englishversion/tests: Remove win9x hacks.
2011-02-09  Austin Englishversion/tests: Make sure return values are used (LLVM...
2009-01-13  Michael Stefaniucversion: Remove superfluous pointer casts.
2008-11-26  Alistair Leslie... version: Stop crash under vista and 2k8.
2008-11-21  Alistair Leslie... version: VerQueryValueA/W allow blank and NULL strings.
2008-10-21  Paul Vriensversion/tests: Use win_skip instead of trace.
2008-10-21  Paul Vriensversion/tests: Fix a copy-paste mistake.
2008-04-23  James Hawkinsversion: Fix tests that fail in win9x and win2k.
2008-02-25  Paul Vriensversion/tests: Win98, NT4 and W2K return different...
2008-02-05  James Hawkinsversion: Return ERROR_RESOURCE_DATA_NOT_FOUND if the...
2007-06-07  Francois GougetAssorted spelling fixes.
2007-04-23  Alexandre Julliardversion: Avoid size_t type in traces.
2007-04-17  Dmitry Timoshkovversion: Add a VerQueryValue test, make it mostly pass...
2007-01-06  Francois Gougetversion/tests: Print GetLastError() in decimal with...
2006-12-16  Andrew Talbotversion/tests: Write-strings warning fix.
2006-12-14  Francois Gougetversion/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-06  Paul Vriensversion/tests: Free memory after use.
2006-10-10  Michael Stefaniucversion/tests: Win64 printf format warning fixes.
2006-08-10  Andrew Talbotversion/tests: Write-strings warnings fix.
2006-06-13  Alexandre Julliardversion/tests: Don't use sizeof in ok() to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-18  Paul VriensWine's behavior is correct now.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-08-29  Alexandre JulliardStore the result of the A/W conversions in the extra...
2005-08-29  Paul VriensReserve extra space for conversions.
2005-08-22  Alexandre JulliardAdd an extra test to show failing behavior.
2005-07-26  Paul VriensCleanup and some additional tests.
2005-07-20  Paul VriensAdd tests for VerQueryValue[AW].
2005-07-15  Paul VriensAdded a test, specifically for NT/W2K/XP/W2K3.
2005-05-31  Stefan LeichterTest GetFileVersionInfoSizeA with executables.
2005-02-25  Stefan LeichterExclude two tests crashing on WinNT4.
2005-02-08  Stefan LeichterFixed GetFileVersionInfoSizeA tests on Win95.
2005-01-19  Stefan LeichterFixed GetFileVersionInfoSizeA tests on WinME.
2005-01-04  Robert ReifPrevent crash from invalid last parameter in GetFileVer...
2004-12-16  Stefan LeichterFixed tests of GetFileVersionInfoSizeA for win2k3.
2004-11-19  Stefan LeichterFixed GetFileVersionInfoSizeA tests on NT.
2004-11-09  Stefan LeichterFixed GetFileVersionInfoSizeA tests on NT4 platform.
2004-06-28  Stefan LeichterFixed tests of GetFileVersionInfoSizeA for win98 / XP.
2004-04-05  Stefan LeichterAdded tests for GetFileVersionInfoSizeA.