Paul Vriens : setupapi/tests: Fix some typos.

Alexandre Julliard julliard at winehq.org
Thu Jun 19 06:39:45 CDT 2008


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Thu Jun 19 10:45:02 2008 +0200

setupapi/tests: Fix some typos.

---

 dlls/setupapi/tests/devinst.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c
index 7c0c182..481eaa4 100644
--- a/dlls/setupapi/tests/devinst.c
+++ b/dlls/setupapi/tests/devinst.c
@@ -987,14 +987,14 @@ static void testDevRegKey(void)
         todo_wine
         ok(key == INVALID_HANDLE_VALUE &&
          GetLastError() == ERROR_KEY_DOES_NOT_EXIST,
-         "Expected ERROR_KEY_DOES_NOT_EXIST_EXIST, got %08x\n", GetLastError());
+         "Expected ERROR_KEY_DOES_NOT_EXIST, got %08x\n", GetLastError());
         SetLastError(0xdeadbeef);
         key = pSetupDiOpenDevRegKey(set, &devInfo, DICS_FLAG_GLOBAL, 0,
          DIREG_DEV, 0);
         todo_wine
         ok(key == INVALID_HANDLE_VALUE &&
          GetLastError() == ERROR_KEY_DOES_NOT_EXIST,
-         "Expected ERROR_KEY_DOES_NOT_EXIST_EXIST, got %08x\n", GetLastError());
+         "Expected ERROR_KEY_DOES_NOT_EXIST, got %08x\n", GetLastError());
         SetLastError(0xdeadbeef);
         /* The class key shouldn't be there */
         res = RegOpenKeyW(HKEY_LOCAL_MACHINE, classKey, &key);




More information about the wine-cvs mailing list