Detlef Riekenberg wrote:
On Mi, 2009-06-03 at 10:50 +0200, Paul Vriens wrote:
This patch introduces test failures on what seems:

- all Win95 boxes
- some Win98 boxes
- some W2K boxes

Could you have a look?

Here is a fix.


Hi Detlef,

Is there no way to have a broken() in here:

+        /* IE <6.0 guess 0x412 (ko) from "kok" */
+        if (lcid_table[i].alternate_lcid && (lcid_table[i].lcid != -1)) {
+            ok(ret == S_OK || ret == S_FALSE,
+ "#%02d: HRESULT 0x%x (expected S_OK or S_FALSE)\n", i, ret);

and the same a bit further down?

--
Cheers,

Paul.


Reply via email to