Author: gadamopoulos Date: Sun Jan 15 00:49:47 2017 New Revision: 73552
URL: http://svn.reactos.org/svn/reactos?rev=73552&view=rev Log: Fix a line that I forgot to finish editing.
Modified: trunk/rostests/apitests/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.c
Modified: trunk/rostests/apitests/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlDosApply... ============================================================================== --- trunk/rostests/apitests/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.c [iso-8859-1] (original) +++ trunk/rostests/apitests/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.c [iso-8859-1] Sun Jan 15 00:49:47 2017 @@ -95,8 +95,7 @@ NULL, NULL, NULL); - ok(Status == Tests[i].ExpectedStatus, "Status 0x%lx, expected 0x%lx\n", value, expected) - ok_eq_hex(Status, Tests[i].ExpectedStatus); + ok(Status == Tests[i].ExpectedStatus, "%d: Status 0x%lx, expected 0x%lx\n", Tests[i].testline, Status, Tests[i].ExpectedStatus);
if (DynamicString.Buffer) {