winfsp unit tests and fixes
This commit is contained in:
parent
ec2ff87ac7
commit
0d01862441
@ -121,7 +121,8 @@ TYPED_TEST(winfsp_test, info_can_get_file_name_info) {
|
|||||||
|
|
||||||
auto *info = reinterpret_cast<FILE_NAME_INFO *>(name_info.data());
|
auto *info = reinterpret_cast<FILE_NAME_INFO *>(name_info.data());
|
||||||
auto expected_name{
|
auto expected_name{
|
||||||
std::string{"\\repertory\\"} + std::string::to_lower(this->mount_location).at(0U)) +
|
std::string{"\\repertory\\"} +
|
||||||
|
utils::string::to_lower(this->mount_location).at(0U) +
|
||||||
"\\test_file_2",
|
"\\test_file_2",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user