[ATL_APITEST] Show that CComObject's COM_MAP continues enumeration after a failing blind function.

This commit is contained in:
Mark Jansen 2017-12-20 22:06:44 +01:00
parent a730e3fce1
commit f941c78f50
6 changed files with 343 additions and 1 deletions

View file

@ -4,6 +4,7 @@
extern void func_atltypes(void);
extern void func_CComBSTR(void);
extern void func_CComHeapPtr(void);
extern void func_CComObject(void);
extern void func_CComVariant(void);
extern void func_CImage(void);
extern void func_CRegKey(void);
@ -16,6 +17,7 @@ const struct test winetest_testlist[] =
{ "atltypes", func_atltypes },
{ "CComBSTR", func_CComBSTR },
{ "CComHeapPtr", func_CComHeapPtr },
{ "CComObject", func_CComObject },
{ "CComVariant", func_CComVariant },
{ "CImage", func_CImage },
{ "CRegKey", func_CRegKey },