Alistair Leslie-Hughes wrote:
Hi, Corrected module the test are corrected in.
Changelog: shdocvw: Correct tests
Best Regards Alistair Leslie-Hughes
So shouldn't this be changed as well:
- ok(site == NULL, "inplace=%p, ezpected NULL\n", runnable); + ok(site == NULL, "inplace=%p, ezpected NULL\n", site);
(should be "site=%p....." and the ezpected typo is still there).