mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[KMTEST] Improve test output
svn path=/trunk/; revision=71094
This commit is contained in:
parent
43e5749a1d
commit
bb8967851b
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ static void RtlSplayTreeTest()
|
||||||
sizeof(Text[i]),
|
sizeof(Text[i]),
|
||||||
&WasNew);
|
&WasNew);
|
||||||
ok(Ch && *Ch == Text[i], "Copy character into node\n");
|
ok(Ch && *Ch == Text[i], "Copy character into node\n");
|
||||||
ok(WasNew == (NewE[i] == '1'), "Character newness didn't match\n");
|
ok(WasNew == (NewE[i] == '1'),
|
||||||
|
"Character newness didn't match for char %u: '%c'\n",
|
||||||
|
i, Text[i]);
|
||||||
}
|
}
|
||||||
for (Ch = (PCHAR)RtlEnumerateGenericTable(&Table, TRUE), i = 0;
|
for (Ch = (PCHAR)RtlEnumerateGenericTable(&Table, TRUE), i = 0;
|
||||||
Ch;
|
Ch;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue