winfsp unit tests and fixes

This commit is contained in:
Scott E. Graves 2024-11-04 13:54:04 -06:00
parent ec2ff87ac7
commit 0d01862441

View File

@ -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 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",
};