Alexandre Julliard : mlang/tests: Don't test all possible invalid codepages.

Alexandre Julliard julliard at winehq.org
Fri Mar 18 16:39:53 CDT 2022


Module: wine
Branch: master
Commit: 9f1762e8310522d1f3a4c22003f4946fb0c4adec
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9f1762e8310522d1f3a4c22003f4946fb0c4adec

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Mar 18 14:24:39 2022 +0100

mlang/tests: Don't test all possible invalid codepages.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mlang/tests/mlang.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mlang/tests/mlang.c b/dlls/mlang/tests/mlang.c
index c9e22adfd4e..da0b87ed729 100644
--- a/dlls/mlang/tests/mlang.c
+++ b/dlls/mlang/tests/mlang.c
@@ -2214,7 +2214,7 @@ static void test_IsCodePageInstallable(IMultiLanguage2 *ml2)
     UINT i;
     HRESULT hr;
 
-    for (i = 0; i < 0xffff; i++)
+    for (i = 0; i < 1000; i++)
     {
         hr = IMultiLanguage2_IsCodePageInstallable(ml2, i);
 




More information about the wine-cvs mailing list