diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-10-06 20:43:52 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-10-06 20:43:52 +0100 |
commit | 63d6bf7395425be73fd6d9f5c89dc48817afffe6 (patch) | |
tree | 98a98671e7676202dcf24b1ef700a9240b999e78 /test/test-util.hpp | |
parent | 5aa9cca0d2ff25c541d7df3b63519c28eb75b656 (diff) | |
download | webstat-63d6bf7395425be73fd6d9f5c89dc48817afffe6.tar.bz2 webstat-63d6bf7395425be73fd6d9f5c89dc48817afffe6.tar.xz webstat-63d6bf7395425be73fd6d9f5c89dc48817afffe6.zip |
Add parked line import jobwebstat-0.2
Periodically, on idle, scan for and import previously parked lines.
Diffstat (limited to 'test/test-util.hpp')
-rw-r--r-- | test/test-util.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test-util.hpp b/test/test-util.hpp index ac96ee6..f933cba 100644 --- a/test/test-util.hpp +++ b/test/test-util.hpp @@ -16,8 +16,6 @@ namespace WebStat { #undef XSTR #undef STR - using FilePtr = std::unique_ptr<std::FILE, DeleteWith<&fclose>>; - struct MockDB : public DB::PluginMock<PQ::Mock> { MockDB(); }; |