user32/tests: Check the correct variable for the correct value.
[wine] / dlls / user32 / tests / dde.c
2012-05-15  Michael Stefaniucuser32/tests: Check the correct variable for the correc...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-02-25  Marcus Meissneruser32: Fixed some more side effect functions in assert...
2011-02-07  Joris Huizeruser32/tests: Don't test function directly when reporti...
2011-01-17  Greg Geldorpuser32/tests: Fix DDE test failures on DBCS machines.
2010-12-01  André Hentscheluser32/tests: Skip DDE tests on win9x.
2010-06-24  Alexandre Julliarduser32: Add a heuristic for Unicode mappings of DDE...
2010-06-24  Alexandre Julliarduser32/tests: Fix more DDE test failures on Win9x.
2010-06-24  Alexandre Julliarduser32/tests: Add some Unicode test cases for A/W mappings.
2010-06-24  Alexandre Julliarduser32/tests: Restructure the DDE end-to-end tests...
2010-06-23  Alexandre Julliarduser32/tests: Fix some DDE test failures on Win9x.
2010-06-23  Alexandre Julliarduser32/tests: Add more systematic tests to validate...
2010-05-24  Austin Englishuser32/tests: Check return value of DdeClientTransactio...
2009-12-03  Dan Kegeluser32/tests: Allocate big enough buffer for UnpackDDEl...
2009-11-30  Nikolay Sivovuser32/tests: Free memory after use.
2009-10-19  Alexandre Julliarduser32/tests: Use the correct lparam in the WM_DDE_ACK...
2009-10-08  Paul Vriensuser32/tests: Skip some tests on Win9x/WinMe.
2009-06-01  Alexandre Julliarduser32/tests: Remove tests for internal DDE handle...
2009-04-24  Alexandre Julliarduser32/tests: Don't try to unpack or free invalid handles.
2009-04-24  Alexandre Julliarduser32: Fix the DDE service formatting for 64-bit.
2009-02-05  Michael Stefaniucuser32/tests: Remove superfluous pointer casts.
2009-01-29  Alasdair Sinclairuser32/tests: Fix missing void in empty parameter list.
2009-01-26  Jeff Latimeruser32: DdeCreateStringHandle checks for an invalid...
2009-01-26  Jeff Latimeruser32/tests: Add tests for invalid instance passed...
2009-01-22  Jeff Latimeruser32: Check the instance id on DdeCreateDataHandle...
2009-01-19  Jeff Latimeruser32/tests: Resend: Fix test to work on Vista.
2009-01-16  Jeff Latimeruser32/tests: Clarify the msgs to differentiate Unicode...
2009-01-14  Jeff Latimeruser32/tests: Add tests for DdeGetData Ascii interface.
2009-01-14  Jeff Latimeruser32: Check for NULL pData in DdeClientTransAction...
2009-01-10  Alexandre Julliarduser32: The PackDDElParam return value is sign-extended...
2009-01-03  Alexandre Julliarduser32/tests: Fix pointer casting warnings on 64-bit.
2008-12-05  Paul Vriensuser32/tests: Fix some typos.
2008-11-06  Detlef Riekenberguser32/tests: Fix crash on win9x in the dde test.
2008-11-03  Michael Stefaniucuser32: Do not cast NULL.
2008-09-08  Michael Stefaniucuser32/tests: Remove unreachable break after return...
2008-09-05  Jeff Latimeruser32/tests: Add more A and W test combinations for...
2008-09-05  Jeff Latimeruser32/tests: Tests for a W interface connection adding...
2008-09-05  Jeff Latimeruser32: DdeConnect causes 2 XTYP_CONNECT_CONFIRM messag...
2008-09-05  Jeff Latimeruser32/tests: Test infrastructure for testing ddeml...
2008-09-03  Jeff Latimeruser32/tests: Deregister the class created by create_dd...
2008-08-18  Jeff Latimeruser32/tests: Add tests for for invalid DDE conditions.
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should check that pData...
2008-08-18  Jeff Latimeruser32: DdeQueryString returns a NULL str if there...
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should return 0 in the...
2008-08-01  Andre Wisplinghoffuser32: Make dde test use skip function.
2008-07-18  Huw Daviesuser32: Don't read past the end of a global memory...
2008-07-08  Huw Daviesuser32: sizeof DDEPOKE and DDEDATA is six, which is...
2008-07-01  James Hawkinsuser32: Fix a few failing tests in win2k.
2008-06-05  Alexandre Julliarduser32/tests: Fix the dde test race correctly this...
2008-06-02  Alexandre Julliarduser32/tests: Fix race condition in DDE server startup.
2008-03-05  Alexandre Julliarduser32/tests: Make the initial timeout longer in flush_...
2007-11-12  Dan Kegeluser32: Implement return value for DdeClientTransaction...
2007-11-09  Alexandre Julliarduser32/tests: Fix access to an uninitialized variable.
2007-11-09  Francois Gougetuser32/tests: Skip some tests when DdeClientTransaction...
2007-11-02  Gerald Pfeiferuser32: Don't check unsigned types for >= 0.
2007-11-02  Alexandre Julliarduser32/tests: Don't test the contents of uninitialized...
2007-10-26  James Hawkinsuser32: Fix a test that now passes in Windows.
2007-10-15  James Hawkinsuser32: Convert an HDDEDATA handle to a DDEPOKE structu...
2007-10-15  James Hawkinsuser32: Add tests for DdeCreateDataHandle.
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: Return DMLERR_MEMORY_ERROR instead of posting...
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: The server should release data sent with WM_DDE...
2007-10-15  Alexandre Julliarduser32: Fix message processing in dde test and go back...
2007-10-15  James Hawkinsuser32: Increase the message timeout.
2007-10-09  James Hawkinsuser32: Test the ddeml server interface.
2007-10-09  James Hawkinsuser32: Move the test_ddeml_client function closer...
2007-10-09  James Hawkinsuser32: Set client_pid to zero before initializing...
2007-10-09  Francois Gougetuser32/tests: Remove an unneeded cast.
2007-10-04  James Hawkinsuser32: Test the ddeml client interface.
2007-10-01  Alexandre Julliarduser32/tests: Compare against ASCII string first since...
2007-09-20  James Hawkinsuser32: Add a test that shows ddeml string handles...
2007-09-17  James Hawkinskernel32: Return TRUE for all pointer params in GlobalU...
2007-09-17  James Hawkinskernel32: Fix the case where memory is freed twice...
2007-09-17  James Hawkinsuser32: Set uiLo and uiHi to zero on error.
2007-09-17  James Hawkinsuser32: Add tests for the DDE pack functions.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.