On Tue, Nov 11, 2008 at 4:27 PM, Alistair Leslie-Hughes leslie_alistair@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/