Andrew Nguyen : winmm/tests: Fix a mismatched failure message.

Alexandre Julliard julliard at winehq.org
Mon Dec 22 10:19:48 CST 2008


Module: wine
Branch: master
Commit: 81e37d19e39d0eb4d3e7b278c85c923664cf6064
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=81e37d19e39d0eb4d3e7b278c85c923664cf6064

Author: Andrew Nguyen <arethusa26 at gmail.com>
Date:   Sun Dec 21 01:48:27 2008 -0600

winmm/tests: Fix a mismatched failure message.

---

 dlls/winmm/tests/mixer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winmm/tests/mixer.c b/dlls/winmm/tests/mixer.c
index a31761a..1827b29 100644
--- a/dlls/winmm/tests/mixer.c
+++ b/dlls/winmm/tests/mixer.c
@@ -767,7 +767,7 @@ static void mixer_test_deviceW(int device)
 
     rc=mixerOpen(&mix, device, 0, 0, 0);
     ok(rc==MMSYSERR_NOERROR,
-       "mixerOpen: MMSYSERR_BADDEVICEID expected, got %s\n",mmsys_error(rc));
+       "mixerOpen: MMSYSERR_NOERROR expected, got %s\n",mmsys_error(rc));
     if (rc==MMSYSERR_NOERROR) {
         rc=mixerOpen(&mix, device, 0, 0, CALLBACK_FUNCTION);
         ok(rc==MMSYSERR_INVALFLAG,




More information about the wine-cvs mailing list