winfsp unit tests and fixes
This commit is contained in:
parent
151b6775b0
commit
0b4befd823
@ -50,7 +50,10 @@ TYPED_TEST(winfsp_test, volume_can_get_volume_info) {
|
|||||||
flags);
|
flags);
|
||||||
EXPECT_EQ(255U, max_component_length);
|
EXPECT_EQ(255U, max_component_length);
|
||||||
EXPECT_EQ(0U, serial_num);
|
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());
|
EXPECT_STREQ(this->mount_location.c_str(), fs_name.c_str());
|
||||||
}
|
}
|
||||||
} // namespace repertory
|
} // namespace repertory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user