mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tst: winfsp-tests: stream testing
This commit is contained in:
parent
d7ec331c74
commit
1f0f2fe094
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user