Skip to content

Commit

Permalink
Fix typo, set test name
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 3, 2024
1 parent b896392 commit 899ac69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/agent/Core/ApplicationPool/Process.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion test/cxx/Core/ApplicationPool/PoolTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 899ac69

Please sign in to comment.