unit tests and fixes
This commit is contained in:
@@ -294,6 +294,7 @@ static void get_api_path_from_source(const app_config &cfg,
|
||||
provider.get_api_path_from_source(fsi.source_path, api_path));
|
||||
|
||||
EXPECT_STREQ("/pt01.txt", api_path.c_str());
|
||||
EXPECT_EQ(api_error::success, provider.remove_file("/pt01.txt"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user