On 11/03/2009 04:32 AM, Mike wrote:
These conformance tests are for the program manager dde. Basic operations are tested. The current wine implementation (shell32/dde.c) of the Program Manager DDE is stubbed. This conformance tests were run and passed on Win 98 SE and Win XP SP2. Related Bug #9159
dlls/shell32/tests/Makefile.in | 1 + dlls/shell32/tests/progman_dde.c | 551 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 552 insertions(+), 0 deletions(-) create mode 100644 dlls/shell32/tests/progman_dde.c
Hi Mikey,
These new tests introduce test failures on different platforms:
http://test.winehq.org/data/tests/shell32:progman_dde.html
Could you have a look?