Author: tfaber Date: Sat Oct 29 11:20:58 2016 New Revision: 73058
URL: http://svn.reactos.org/svn/reactos?rev=73058&view=rev Log: [KMTESTS:IO] - Add a test case for trying to open a file "inside" a file to IoFilesystem ROSTESTS-135
Modified: trunk/rostests/kmtests/ntos_io/IoFilesystem.c
Modified: trunk/rostests/kmtests/ntos_io/IoFilesystem.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_io/IoFilesyst... ============================================================================== --- trunk/rostests/kmtests/ntos_io/IoFilesystem.c [iso-8859-1] (original) +++ trunk/rostests/kmtests/ntos_io/IoFilesystem.c [iso-8859-1] Sat Oct 29 11:20:58 2016 @@ -292,6 +292,7 @@ { NULL, L"C:\ReactOS\explorer.exe", FALSE, STATUS_SUCCESS }, { NULL, L"C:\ReactOS\\explorer.exe", FALSE, STATUS_OBJECT_NAME_INVALID }, { NULL, L"C:\ReactOS\explorer.exe\", FALSE, STATUS_OBJECT_NAME_INVALID }, + { NULL, L"C:\ReactOS\explorer.exe\file", FALSE, STATUS_OBJECT_PATH_NOT_FOUND }, { NULL, L"C:\ReactOS\explorer.exe\\", FALSE, STATUS_OBJECT_NAME_INVALID }, /* This will never return STATUS_NOT_A_DIRECTORY. IsDirectory=TRUE is a little hacky but achieves that without special handling */ { NULL, L"C:\ReactOS\explorer.exe\\\", TRUE, STATUS_OBJECT_NAME_INVALID },