mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[KMTESTS]
- Add a missing newline svn path=/trunk/; revision=73445
This commit is contained in:
@@ -516,7 +516,8 @@ TestRelativeNames(VOID)
|
||||
"[%lu] Status = %lx, expected STATUS_SUCCESS\n", i, Status);
|
||||
else if (Tests[i].Status == STATUS_OBJECT_NAME_INVALID && Tests[i].IsDrive)
|
||||
ok(Status == STATUS_OBJECT_NAME_INVALID,
|
||||
"[%lu] Status = %lx, expected STATUS_OBJECT_NAME_INVALID\n", i, Status);else if (Tests[i].IsDrive)
|
||||
"[%lu] Status = %lx, expected STATUS_OBJECT_NAME_INVALID\n", i, Status);
|
||||
else if (Tests[i].IsDrive)
|
||||
ok(Status == STATUS_ACCESS_DENIED,
|
||||
"[%lu] Status = %lx, expected STATUS_ACCESS_DENIED\n", i, Status);
|
||||
else if (Tests[i].Status == STATUS_SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user