diff --git a/test/cxx/Core/ApplicationPool/PoolTest.cpp b/test/cxx/Core/ApplicationPool/PoolTest.cpp index 6a39853c46..43deea261f 100644 --- a/test/cxx/Core/ApplicationPool/PoolTest.cpp +++ b/test/cxx/Core/ApplicationPool/PoolTest.cpp @@ -34,7 +34,8 @@ namespace tut { bool retainSessions; Core_ApplicationPool_PoolTest() - : skContext(skContextSchema) + : skContext(skContextSchema), + context(false) { retainSessions = false; wrapperRegistry.finalize(); diff --git a/test/cxx/Core/ApplicationPool/ProcessTest.cpp b/test/cxx/Core/ApplicationPool/ProcessTest.cpp index a3d508cd06..9f87479e8f 100644 --- a/test/cxx/Core/ApplicationPool/ProcessTest.cpp +++ b/test/cxx/Core/ApplicationPool/ProcessTest.cpp @@ -19,7 +19,8 @@ namespace tut { FileDescriptor server1, server2, server3; Core_ApplicationPool_ProcessTest() - : skContext(skContextSchema) + : skContext(skContextSchema), + context(false) { wrapperRegistry.finalize(); skContext.resourceLocator = resourceLocator; diff --git a/test/cxx/Core/ControllerTest.cpp b/test/cxx/Core/ControllerTest.cpp index 67fcf46b32..034eeb2685 100644 --- a/test/cxx/Core/ControllerTest.cpp +++ b/test/cxx/Core/ControllerTest.cpp @@ -60,7 +60,8 @@ namespace tut { : bg(false, true), context(skSchema), singleAppModeSchema(&wrapperRegistry), - skContext(skContextSchema) + skContext(skContextSchema), + apContext(false) { config["thread_number"] = 1; config["multi_app"] = false;