Nikolay Sivov : oleaut32/tests: Fix copy/paste typo in test output.

Alexandre Julliard julliard at winehq.org
Thu Jan 8 08:30:53 CST 2009


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

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Thu Jan  8 12:00:00 2009 +0300

oleaut32/tests: Fix copy/paste typo in test output.

---

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

diff --git a/dlls/oleaut32/tests/vartype.c b/dlls/oleaut32/tests/vartype.c
index e2db519..6e3136d 100644
--- a/dlls/oleaut32/tests/vartype.c
+++ b/dlls/oleaut32/tests/vartype.c
@@ -5060,7 +5060,7 @@ static void test_SysStringByteLen(void)
   BSTR str = GetBSTR(&bstr);
 
   bstr.dwLen = 0;
-  ok (SysStringByteLen(str) == 0, "Expected dwLen 0, got %d\n", SysStringLen(str));
+  ok (SysStringByteLen(str) == 0, "Expected dwLen 0, got %d\n", SysStringByteLen(str));
   bstr.dwLen = 2;
   ok (SysStringByteLen(str) == 2, "Expected dwLen 2, got %d\n", SysStringByteLen(str));
 }




More information about the wine-cvs mailing list