mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Revert "+comment out ExHardError test"
This reverts commit eaf53f1244ab61f3461f811c2034d05adc333f0b.
This commit is contained in:
parent
75a707d3a2
commit
24ec811bb0
1 changed files with 1 additions and 2 deletions
|
@ -95,8 +95,7 @@ TestHardError(
|
|||
CheckHardError(0x40000003, 0, OptionOk, STATUS_SUCCESS, ResponseNotHandled, 6, 1, 2, 3, 4, 5, 6); // TODO: interactive on ROS
|
||||
}
|
||||
|
||||
// This one fails randomly on Test WHS
|
||||
//CheckHardError(0x40000004, 0, OptionShutdownSystem, STATUS_PRIVILEGE_NOT_HELD, ResponseReturnToCaller, 0, 0);
|
||||
CheckHardError(0x40000004, 0, OptionShutdownSystem, STATUS_PRIVILEGE_NOT_HELD, ResponseReturnToCaller, 0, 0);
|
||||
if (InteractivePart1)
|
||||
{
|
||||
// TODO: these 2 are interactive on ROS
|
||||
|
|
Loading…
Reference in a new issue