tst: winfsp-tests: stream testing

This commit is contained in:
Bill Zissimopoulos 2016-10-03 20:15:17 -07:00
parent d7ec331c74
commit 1f0f2fe094

View File

@ -1504,14 +1504,6 @@ static void stream_getstreaminfo_dotest(ULONG Flags, PWSTR Prefix, ULONG FileInf
ASSERT(Success); ASSERT(Success);
} }
#if 0
StringCbPrintfW(FilePath, sizeof FilePath, L"%s%s\\file*",
Prefix ? L"" : L"\\\\?\\GLOBALROOT", Prefix ? Prefix : memfs_volumename(memfs));
Handle = FindFirstFileW(FilePath, &FindData);
ASSERT(INVALID_HANDLE_VALUE == Handle);
ASSERT(ERROR_FILE_NOT_FOUND == GetLastError());
#endif
memfs_stop(memfs); memfs_stop(memfs);
} }