Test some more urlmon types

Francois Gouget fgouget at free.fr
Tue Sep 7 07:03:56 CDT 2004


These tests compile and run successfully with the Windows headers.


Changelog:

 * dlls/urlmon/tests/generated.c
   tools/winapi/tests.dat

   Test some more urlmon types.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  Hiroshima '45 - Czernobyl '86 - Windows '95
-------------- next part --------------
Index: dlls/urlmon/tests/generated.c
===================================================================
RCS file: /var/cvs/wine/dlls/urlmon/tests/generated.c,v
retrieving revision 1.6
diff -u -r1.6 generated.c
--- dlls/urlmon/tests/generated.c	6 Sep 2004 20:29:53 -0000	1.6
+++ dlls/urlmon/tests/generated.c	6 Sep 2004 23:52:34 -0000
@@ -163,6 +163,16 @@
     /* IInternetProtocolInfoVtbl */
 }
 
+static void test_pack_IInternetSession(void)
+{
+    /* IInternetSession */
+}
+
+static void test_pack_IInternetSessionVtbl(void)
+{
+    /* IInternetSessionVtbl */
+}
+
 static void test_pack_IPersistMoniker(void)
 {
     /* IPersistMoniker */
@@ -217,6 +227,12 @@
     TEST_TYPE(LPIINTERNETPROTOCOLINFO, 4, 4);
 }
 
+static void test_pack_LPIINTERNETSESSION(void)
+{
+    /* LPIINTERNETSESSION */
+    TEST_TYPE(LPIINTERNETSESSION, 4, 4);
+}
+
 static void test_pack_LPPERSISTMONIKER(void)
 {
     /* LPPERSISTMONIKER */
@@ -306,6 +322,8 @@
     test_pack_IBindingVtbl();
     test_pack_IInternetProtocolInfo();
     test_pack_IInternetProtocolInfoVtbl();
+    test_pack_IInternetSession();
+    test_pack_IInternetSessionVtbl();
     test_pack_IPersistMoniker();
     test_pack_IPersistMonikerVtbl();
     test_pack_IWinInetHttpInfo();
@@ -316,6 +334,7 @@
     test_pack_LPBINDING();
     test_pack_LPBINDSTATUSCALLBACK();
     test_pack_LPIINTERNETPROTOCOLINFO();
+    test_pack_LPIINTERNETSESSION();
     test_pack_LPPERSISTMONIKER();
     test_pack_LPREMFORMATETC();
     test_pack_LPREMSECURITY_ATTRIBUTES();
Index: tools/winapi/tests.dat
===================================================================
RCS file: /var/cvs/wine/tools/winapi/tests.dat,v
retrieving revision 1.23
diff -u -r1.23 tests.dat
--- tools/winapi/tests.dat	6 Sep 2004 21:26:57 -0000	1.23
+++ tools/winapi/tests.dat	6 Sep 2004 23:53:39 -0000
@@ -1131,6 +1270,8 @@
 IBindingVtbl
 IInternetProtocolInfo
 IInternetProtocolInfoVtbl
+IInternetSession
+IInternetSessionVtbl
 IPersistMoniker
 IPersistMonikerVtbl
 IWinInetHttpInfo
@@ -1141,6 +1282,7 @@
 LPBINDING
 LPBINDSTATUSCALLBACK
 LPIINTERNETPROTOCOLINFO
+LPIINTERNETSESSION
 LPPERSISTMONIKER
 LPREMFORMATETC
 LPREMSECURITY_ATTRIBUTES


More information about the wine-patches mailing list