mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[SHELL32_APITEST]
- Don't compare a pointer to S_OK CORE-11794 svn path=/trunk/; revision=73210
This commit is contained in:
parent
df216319db
commit
790c388fd1
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ public:
|
|||
|
||||
struct _test_info *result = &m_results[m_iCallback-1];
|
||||
|
||||
ok(psmd != S_OK, "Got NULL psmd\n");
|
||||
ok(psmd != NULL, "Got NULL psmd\n");
|
||||
ok(m_iTest == result->iTest, "Wrong test number (%d not %d)\n", m_iTest, result->iTest);
|
||||
ok(result->uMsg == uMsg, "%d: Got wrong uMsg (%d instead of %d)\n", m_iCallback, uMsg, result->uMsg);
|
||||
|
||||
|
|
Loading…
Reference in a new issue