winfsp unit tests and fixes

This commit is contained in:
Scott E. Graves 2024-11-08 12:26:48 -06:00
parent 151b6775b0
commit 0b4befd823

View File

@ -50,7 +50,10 @@ TYPED_TEST(winfsp_test, volume_can_get_volume_info) {
flags);
EXPECT_EQ(255U, max_component_length);
EXPECT_EQ(0U, serial_num);
EXPECT_STREQ("", volume_label.c_str());
EXPECT_STREQ(
("repertory_" + app_config::get_provider_name(this->current_provider))
.c_str(),
volume_label.c_str());
EXPECT_STREQ(this->mount_location.c_str(), fs_name.c_str());
}
} // namespace repertory