This commit is contained in:
@ -21,7 +21,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "fixtures/file_db_fixture.hpp"
|
#include "fixtures/file_db_fixture.hpp"
|
||||||
#include <filesystem>
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
const auto get_stop_requested = []() -> bool { return false; };
|
const auto get_stop_requested = []() -> bool { return false; };
|
||||||
@ -345,7 +344,7 @@ TYPED_TEST(file_db_test, can_enumerate_item_list) {
|
|||||||
this->file_db->clear();
|
this->file_db->clear();
|
||||||
|
|
||||||
EXPECT_EQ(api_error::success,
|
EXPECT_EQ(api_error::success,
|
||||||
this->file_db->add_directory("/", std::filesystem::current_path()));
|
this->file_db->add_directory("/", std::filesystem::current_path().string()));
|
||||||
EXPECT_EQ(api_error::success, this->file_db->add_or_update_file({
|
EXPECT_EQ(api_error::success, this->file_db->add_or_update_file({
|
||||||
"/file",
|
"/file",
|
||||||
0U,
|
0U,
|
||||||
|
Reference in New Issue
Block a user