diff --git a/src/agent/Core/ApplicationPool/Process.h b/src/agent/Core/ApplicationPool/Process.h index 611a384fd5..0685e367a0 100644 --- a/src/agent/Core/ApplicationPool/Process.h +++ b/src/agent/Core/ApplicationPool/Process.h @@ -383,7 +383,7 @@ class Process { /** Last time when a session was opened for this Process. */ unsigned long long lastUsed; - /** Which gereration of app processes this one belongs to, + /** Which generation of app processes this one belongs to, inherited from the app group, incremented when a restart is initiated*/ const unsigned int generation; diff --git a/test/cxx/Core/ApplicationPool/PoolTest.cpp b/test/cxx/Core/ApplicationPool/PoolTest.cpp index 3bb0e4ce44..9a86b3ff86 100644 --- a/test/cxx/Core/ApplicationPool/PoolTest.cpp +++ b/test/cxx/Core/ApplicationPool/PoolTest.cpp @@ -632,7 +632,7 @@ namespace tut { } TEST_METHOD(15) { - // Test that the process generation increments when the group restarts + set_test_name("Process generation increments when the group restarts"); Options options = createOptions(); // Spawn a process and opens a session with it.