diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-12-20 15:08:37 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-12-20 15:08:37 +0000 |
| commit | 0b34bd33d9b74e51adccba4b330b0bd264a7d24c (patch) | |
| tree | aaef37fc02cbd8b70cadc6ce94e83e85f83c32b8 /test/test-ingest.cpp | |
| parent | 28892f3d4cf6d9fb6486de5197dd6d46da706f13 (diff) | |
| download | webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.tar.bz2 webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.tar.xz webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.zip | |
Rename test utilities to avoid name conflict.
Diffstat (limited to 'test/test-ingest.cpp')
| -rw-r--r-- | test/test-ingest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-ingest.cpp b/test/test-ingest.cpp index 9534a9f..7692234 100644 --- a/test/test-ingest.cpp +++ b/test/test-ingest.cpp @@ -2,7 +2,7 @@ #include <boost/test/data/test_case.hpp> #include <boost/test/unit_test.hpp> -#include "test-util.hpp" +#include "testing-util.hpp" #include <selectcommandUtil.impl.h> #include <ingestor.hpp> |
