Author: hbelusca
Date: Tue Jan 15 23:25:56 2013
New Revision: 58180

URL: http://svn.reactos.org/svn/reactos?rev=58180&view=rev
Log:
Forgot this one.

Modified:
    trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp

Modified: trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp?rev=58180&r1=58179&r2=58180&view=diff
==============================================================================
--- trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp [iso-8859-1] (original)
+++ trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp [iso-8859-1] Tue Jan 15 
23:25:56 2013
@@ -318,7 +318,7 @@
          printf("7.) Test : *********************\n");
 
          /* The same test like 6.) but wrong strlen */
-         /* Here EaBuffer::EaName is set and EaBuffer::EaNameLength is 
strlen(EaBuffer::EaName) EaBuffer::EaValueLength is strlen(EaBuffer::EaName)+1. 
EaLength is count: will allways end in STATUS_EA_LIST_INCONSISTENT */
+         /* Here EaBuffer::EaName is set and EaBuffer::EaNameLength is 
strlen(EaBuffer::EaName) EaBuffer::EaValueLength is strlen(EaBuffer::EaName)+1. 
EaLength is count: will always end in STATUS_EA_LIST_INCONSISTENT */
          for (i=0;i<TEST_BUFFER_LEN;i++)
          {
             TestEaLength = i;


Reply via email to