From 929c53ab323d17aebae6278228c7a31353a3589e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 28 Mar 2018 10:36:02 +0000 Subject: URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit tests are happy and succeed. --- tests/timedated-fixture.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/timedated-fixture.h b/tests/timedated-fixture.h index 07b3d9f..00269e0 100644 --- a/tests/timedated-fixture.h +++ b/tests/timedated-fixture.h @@ -36,9 +36,7 @@ public: ~MockLiveActions() {} protected: -#ifdef HAS_URLDISPATCHER void dispatch_url(const std::string& url) override { last_url = url; } -#endif void execute_command(const std::string& cmd) override { last_cmd = cmd; } }; -- cgit v1.2.3