mlang/tests: Don't test all possible invalid codepages.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d55233cc7f
commit
9f1762e831
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue