Commit 6befd9f5 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

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

parent e732ca19
...@@ -1000,7 +1000,8 @@ static void test_autocreation(void) ...@@ -1000,7 +1000,8 @@ static void test_autocreation(void)
} }
lstrcpyA(p, eventlogname); 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); RegCloseKey(eventkey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment