Piotr Caban : oleaut32/tests: Remove incorrect test.
Module: wine Branch: master Commit: 69579b0449d8a772b31518a54dfb0643680570ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=69579b0449d8a772b31518a54d... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Wed Feb 24 14:26:57 2010 +0100 oleaut32/tests: Remove incorrect test. This test is crashing on some systems. --- dlls/oleaut32/tests/typelib.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dlls/oleaut32/tests/typelib.c b/dlls/oleaut32/tests/typelib.c index 6f2fcd9..d1a5df0 100644 --- a/dlls/oleaut32/tests/typelib.c +++ b/dlls/oleaut32/tests/typelib.c @@ -1018,9 +1018,6 @@ static void test_CreateTypeLib(void) { hres = ITypeInfo_GetRefTypeInfo(interface1, 0, NULL); ok(hres == E_INVALIDARG, "got %08x\n", hres); - hres = ITypeInfo_GetRefTypeInfo(interface1, 16, &ti); - ok(hres == E_FAIL, "got %08x\n", hres); - hres = ICreateTypeInfo_LayOut(createti); ok(hres == S_OK, "got %08x\n", hres);
participants (1)
-
Alexandre Julliard