Author: spetreolle
Date: Wed Sep  2 20:52:34 2015
New Revision: 68919

URL: http://svn.reactos.org/svn/reactos?rev=68919&view=rev
Log:
[COM_APITEST]
Do not test for ISFHelper anymore.

Modified:
    trunk/rostests/apitests/com/com_apitest.c
    trunk/rostests/apitests/com/com_apitest.h

Modified: trunk/rostests/apitests/com/com_apitest.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/com_apitest.c?rev=68919&r1=68918&r2=68919&view=diff
==============================================================================
--- trunk/rostests/apitests/com/com_apitest.c   [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/com_apitest.c   [iso-8859-1] Wed Sep  2 
20:52:34 2015
@@ -219,7 +219,6 @@
     { ID_NAME(IID_IRunnableObject)                   },
     { ID_NAME(IID_IServerSecurity),             TRUE },
     { ID_NAME(IID_IServiceProvider)                  },
-    { ID_NAME(IID_ISFHelper),                   TRUE },
     { ID_NAME(IID_IShellApp),                   TRUE },
     { ID_NAME(IID_IShellBrowser)                     },
     { ID_NAME(IID_IShellBrowserService),        TRUE },

Modified: trunk/rostests/apitests/com/com_apitest.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/com_apitest.h?rev=68919&r1=68918&r2=68919&view=diff
==============================================================================
--- trunk/rostests/apitests/com/com_apitest.h   [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/com_apitest.h   [iso-8859-1] Wed Sep  2 
20:52:34 2015
@@ -163,5 +163,3 @@
 DEFINE_GUID(IID_CDefView,                  0x4434ff80, 0xef4c, 0x11ce, 0xae, 
0x65, 0x08, 0x00, 0x2b, 0xe2, 0x12, 0x62);
 DEFINE_GUID(IID_FolderItems2,              0xc94f0ad0, 0xf363, 0x11d2, 0xa3, 
0x27, 0x00, 0xc0, 0x4f, 0x8e, 0xec, 0x7f);
 DEFINE_GUID(IID_FolderItems3,              0xeaa7c309, 0xbbec, 0x49d5, 0x82, 
0x1d, 0x64, 0xd9, 0x66, 0xcb, 0x66, 0x7f);
-
-DEFINE_GUID(IID_ISFHelper, 0x1fe68efbL, 0x1874, 0x9812, 0x56, 0xdc, 0x00, 
0x00, 0x00, 0x00, 0x00, 0x00);


Reply via email to