Module: wine Branch: master Commit: 7abfbd085c43f70f6f0b36e95bfdaf00f87431e3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7abfbd085c43f70f6f0b36e95b...
Author: Andre Wisplinghoff andre.wisplinghoff@gmail.com Date: Thu Jul 31 18:07:34 2008 +0200
user32: Make dde test use skip function.
---
dlls/user32/tests/dde.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/tests/dde.c b/dlls/user32/tests/dde.c index 127b61d..908d60a 100644 --- a/dlls/user32/tests/dde.c +++ b/dlls/user32/tests/dde.c @@ -1666,7 +1666,7 @@ static void test_DdeCreateStringHandle(void) ret = DdeInitializeW(&dde_inst, client_ddeml_callback, APPCMD_CLIENTONLY, 0); if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED) { - trace("Skipping the DDE test on a Win9x platform\n"); + skip("DdeInitialize is unimplemented\n"); return; }