winfsp unit tests and fixes
This commit is contained in:
parent
e3ad402853
commit
3c4a4d8976
@ -141,8 +141,6 @@ TYPED_TEST(winfsp_test, info_can_get_file_info) {
|
|||||||
FILETIME file_time{};
|
FILETIME file_time{};
|
||||||
::GetSystemTimeAsFileTime(&file_time);
|
::GetSystemTimeAsFileTime(&file_time);
|
||||||
|
|
||||||
auto time_high = time_low + 10000 * 10000 /* 10 seconds */;
|
|
||||||
|
|
||||||
auto file_path{
|
auto file_path{
|
||||||
utils::path::combine(this->mount_location, {"test_file_2"}),
|
utils::path::combine(this->mount_location, {"test_file_2"}),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user