advapi32/tests: Add some extra info to an ok() call.
This commit is contained in:
parent
e732ca1935
commit
6befd9f54c
|
@ -1000,7 +1000,8 @@ static void test_autocreation(void)
|
|||
}
|
||||
lstrcpyA(p, eventlogname);
|
||||
|
||||
ok(!memcmp(sources, sources_verify, size), "Expected a correct 'Sources' value\n");
|
||||
ok(!memcmp(sources, sources_verify, size),
|
||||
"Expected a correct 'Sources' value (size : %d)\n", size);
|
||||
}
|
||||
|
||||
RegCloseKey(eventkey);
|
||||
|
|
Loading…
Reference in New Issue