André Hentschel : uxtheme/tests: Fix typo.

Alexandre Julliard julliard at winehq.org
Thu Mar 31 12:43:42 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Mar 30 21:51:02 2011 +0200

uxtheme/tests: Fix typo.

---

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

diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c
index 7f77546..b730246 100644
--- a/dlls/uxtheme/tests/system.c
+++ b/dlls/uxtheme/tests/system.c
@@ -421,7 +421,7 @@ static void test_OpenThemeDataEx(void)
             ok( GetLastError() == E_PROP_ID_UNSUPPORTED,
                 "Expected GLE() to be E_PROP_ID_UNSUPPORTED, got 0x%08x\n",
                 GetLastError());
-        skip("No active theme, skipping rest of OpenThemeData tests\n");
+        skip("No active theme, skipping rest of OpenThemeDataEx tests\n");
         return;
     }
 




More information about the wine-cvs mailing list