Compare commits
2 Commits
cf0589f6b3
...
f333b74cd1
Author | SHA1 | Date | |
---|---|---|---|
f333b74cd1 | |||
0a182a87aa |
@ -216,10 +216,10 @@ public:
|
||||
|
||||
void set_database_type(const database_type &value);
|
||||
|
||||
void set_enable_download_timeout(bool value);
|
||||
|
||||
void set_enable_comm_duration_events(bool value);
|
||||
|
||||
void set_enable_download_timeout(bool value);
|
||||
|
||||
void set_enable_drive_events(bool value);
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
@ -30,7 +30,8 @@
|
||||
namespace repertory {
|
||||
class config_test : public ::testing::Test {
|
||||
public:
|
||||
static console_consumer cs;
|
||||
console_consumer cs;
|
||||
|
||||
static std::atomic<std::uint64_t> idx;
|
||||
|
||||
std::string s3_directory;
|
||||
@ -56,7 +57,6 @@ public:
|
||||
void TearDown() override { event_system::instance().stop(); }
|
||||
};
|
||||
|
||||
console_consumer config_test::cs;
|
||||
std::atomic<std::uint64_t> config_test::idx{0U};
|
||||
|
||||
TEST_F(config_test, api_path) {
|
||||
|
Reference in New Issue
Block a user