summaryrefslogtreecommitdiff
path: root/icespider/unittests/testFileSessions.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-12-23 15:19:25 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-12-27 17:16:14 +0000
commitd124dec32e1b02e4e936272e00babfaf860443d4 (patch)
tree92d98b35162f1c63ecfa6dd6977cbd52a33c97bd /icespider/unittests/testFileSessions.cpp
parentBe explicit about -z,lazy as default linking is -z,now when hardened profile ... (diff)
downloadicespider-d124dec32e1b02e4e936272e00babfaf860443d4.tar.bz2
icespider-d124dec32e1b02e4e936272e00babfaf860443d4.tar.xz
icespider-d124dec32e1b02e4e936272e00babfaf860443d4.zip
Refactor to make available some classes for testing
Diffstat (limited to 'icespider/unittests/testFileSessions.cpp')
-rw-r--r--icespider/unittests/testFileSessions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/icespider/unittests/testFileSessions.cpp b/icespider/unittests/testFileSessions.cpp
index 37e6587..c632a34 100644
--- a/icespider/unittests/testFileSessions.cpp
+++ b/icespider/unittests/testFileSessions.cpp
@@ -9,10 +9,10 @@
BOOST_TEST_DONT_PRINT_LOG_VALUE(IceSpider::StringMap);
-class TestCore : public IceSpider::Core {
+class TestCore : public IceSpider::CoreWithDefaultRouter {
public:
TestCore() :
- IceSpider::Core({
+ IceSpider::CoreWithDefaultRouter({
"--IceSpider.SessionManager=IceSpider-FileSessions",
"--IceSpider.FileSessions.Path=" + (binDir / "test-sessions").string(),
"--IceSpider.FileSessions.Duration=0"