Author: sginsberg
Date: Sun Dec 21 16:58:10 2008
New Revision: 38253
URL:
http://svn.reactos.org/svn/reactos?rev=38253&view=rev
Log:
- Skip a buck load of ole32 tests too
Modified:
trunk/rostests/winetests/ole32/compobj.c
Modified: trunk/rostests/winetests/ole32/compobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/ole32/compobj.c…
==============================================================================
--- trunk/rostests/winetests/ole32/compobj.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/ole32/compobj.c [iso-8859-1] Sun Dec 21 16:58:10 2008
@@ -1024,6 +1024,9 @@
START_TEST(compobj)
{
+ skip("Skipping compobj tests\n");
+ return;
+
HMODULE hOle32 = GetModuleHandle("ole32");
pCoGetObjectContext = (void*)GetProcAddress(hOle32, "CoGetObjectContext");
if (!(pCoInitializeEx = (void*)GetProcAddress(hOle32, "CoInitializeEx")))