Author: akhaldi
Date: Fri Aug 19 09:54:01 2016
New Revision: 72362
URL:
http://svn.reactos.org/svn/reactos?rev=72362&view=rev
Log:
[SCRRUN_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Modified:
trunk/rostests/winetests/scrrun/dictionary.c
Modified: trunk/rostests/winetests/scrrun/dictionary.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/scrrun/dictiona…
==============================================================================
--- trunk/rostests/winetests/scrrun/dictionary.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/scrrun/dictionary.c [iso-8859-1] Fri Aug 19 09:54:01 2016
@@ -102,7 +102,9 @@
ok(hr == S_OK, "got 0x%08x\n", hr);
if (0) /* crashes on native */
+{
hr = IDictionary_get_CompareMode(dict, NULL);
+}
method = 10;
hr = IDictionary_get_CompareMode(dict, &method);
@@ -934,7 +936,9 @@
ok(hr == S_OK, "got 0x%08x\n", hr);
if (0) /* crashes on native */
+{
hr = IDictionary__NewEnum(dict, NULL);
+}
hr = IDictionary__NewEnum(dict, &enum1);
ok(hr == S_OK, "got 0x%08x\n", hr);