shdocvw: Correct test for non-existing interfaces

James Hawkins truiken at gmail.com
Tue Nov 11 16:32:48 CST 2008


On Tue, Nov 11, 2008 at 4:27 PM, Alistair Leslie-Hughes
<leslie_alistair at hotmail.com> wrote:
> Hi,
>    This add a test for the IViewObjectEx interface as well as correcting the
> exiting tests.
>
> Changelog:
>        shdocvw: Correct test for non-existing interfaces
>

-    ok(propbrowse == NULL, "propbrowse=%p, ezpected NULL\n", runnable);
+    ok(propbrowse == NULL, "propbrowse=%p, ezpected NULL\n", propbrowse);

Might want to fix the other typos while you're at it: s/ezpected/expected/

-- 
James Hawkins



More information about the wine-devel mailing list