[unit test] Complete all providers unit tests #12
This commit is contained in:
@@ -887,8 +887,9 @@ static void get_filesystem_item_from_source_path(const app_config &cfg,
|
|||||||
|
|
||||||
create_file(provider, api_path);
|
create_file(provider, api_path);
|
||||||
|
|
||||||
EXPECT_EQ(api_error::success,
|
EXPECT_EQ(
|
||||||
set_item_meta(api_path, {
|
api_error::success,
|
||||||
|
provider.set_item_meta(api_path, {
|
||||||
{META_SIZE, std::to_string(size)},
|
{META_SIZE, std::to_string(size)},
|
||||||
{META_SOURCE, source_path},
|
{META_SOURCE, source_path},
|
||||||
}));
|
}));
|
||||||
|
Reference in New Issue
Block a user