[1/5] user32/tests: Test infrastructure for testing ddeml end to end

Jeff Latimer lats at yless4u.com.au
Thu Sep 4 06:07:36 CDT 2008


This set of patches is to test, end to end, the DDEML ANSI and Unicode 
API using a mixture of A and W API calls padding ANSI and Unicode data. 
  In developing the tests it became obvious that DDE does not translate 
messages form ANSI to Unicode and reverse however DDEML does.  As DDEML 
is interchangeable with DDE then it follows that DDEML must do the 
translation in the server not the client.  Wine currently implements the 
translation in dde_client.c and this will be moved to dde_server.c.  The 
tests supporting this logic were tested in an XP system.

This patch adds the basic code for doing the tests and implements it for 
the ANSI interface.

Jeff Latimer

---
  dlls/user32/tests/dde.c |  234 
+++++++++++++++++++++++++++++++++++++++++++++++
  1 files changed, 234 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: f1069374a94a2b93804c888b6267f5ec0ad19ef3.diff
Type: text/x-patch
Size: 9963 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080904/174242b9/attachment-0001.bin 


More information about the wine-patches mailing list