advapi32/tests: Add some extra info to an ok() call.

This commit is contained in:
Paul Vriens 2009-11-17 13:51:44 +01:00 committed by Alexandre Julliard
parent e732ca1935
commit 6befd9f54c
1 changed files with 2 additions and 1 deletions

View File

@ -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);