Skip to content

Commit

Permalink
fixup: correct rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Dec 8, 2019
1 parent b966c8f commit f551282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/tests/run_on_incoming_connect_interval.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void RunOnIncomingConnectIntervalTest::SetUp()
InitMsg(nullptr, nullptr);

std::string path_to_config_file = std::string(
RELATIVE_PROJECT_SOURCE_DIR "/configs/client-initiated-reconnect");
RELATIVE_PROJECT_SOURCE_DIR "/configs/run-on-incoming-connect-interval/");
my_config = InitDirConfig(path_to_config_file.c_str(), M_ERROR_TERM);
my_config->ParseConfig();
}
Expand Down Expand Up @@ -159,8 +159,8 @@ class MockDatabase : public BareosDb {
explicit MockDatabase(Mode mode) : mode_(mode) {}
SqlFindResult FindLastJobStartTimeForJobAndClient(
JobControlRecord* /*jcr*/,
std::string /*job_basename*/,
std::string /*client_name*/,
std::string /*job_basename*/,
std::string /*client_name*/,
std::vector<char>& stime_out) override
{
switch (mode_) {
Expand Down

0 comments on commit f551282

Please sign in to comment.