Re: shdocvw: Correct test for non-existing interfaces
11 Nov
2008
11 Nov
'08
10:32 p.m.
On Tue, Nov 11, 2008 at 4:27 PM, Alistair Leslie-Hughes <leslie_alistair(a)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
6330
Age (days ago)
6330
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Hawkins