James Hawkins : mlang: Remove a test that fails on all systems.

Alexandre Julliard julliard at winehq.org
Wed Sep 3 07:43:33 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Tue Sep  2 01:03:28 2008 -0500

mlang: Remove a test that fails on all systems.

---

 dlls/mlang/tests/mlang.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/dlls/mlang/tests/mlang.c b/dlls/mlang/tests/mlang.c
index 7b35d43..ed63cc6 100644
--- a/dlls/mlang/tests/mlang.c
+++ b/dlls/mlang/tests/mlang.c
@@ -1273,15 +1273,6 @@ static void test_JapaneseConversion(void)
     ok(destsz == unc_jp[i][0],"(%i) Expected %i, got %i\n",i,unc_jp[i][0],destsz);
     ok(srcsz == sjis_jp[i][0],"(%i) Expected %i, got %i\n",i,sjis_jp[i][0],srcsz);
     ok(memcmp(outputW,&unc_jp[i][1],destsz)==0,"(%i) Strings do not match\n",i);
-
-    i = 2;
-    destsz = 30;
-    srcsz = euc_jp[i][0];
-    hr = pConvertINetMultiByteToUnicode(NULL, 50932, &euc_jp[i][1], &srcsz, outputW, &destsz);
-    ok(hr == S_OK,"(%i) Expected S_OK, got %08x\n",i,hr);
-    ok(destsz == unc_jp[i][0],"(%i) Expected %i, got %i\n",i,unc_jp[i][0],destsz);
-    ok(srcsz == euc_jp[i][0],"(%i) Expected %i, got %i\n",i,euc_jp[i][0],srcsz);
-    ok(memcmp(outputW,&unc_jp[i][1],destsz)==0,"(%i) Strings do not match\n",i);
 }
 
 START_TEST(mlang)




More information about the wine-cvs mailing list