@@ -65,11 +65,11 @@ class CommunicationStateTest : public HATest {
65
65
// / tested in a different test case.
66
66
void partnerStateUnavailableTest ();
67
67
68
- // / @brief Verifies that the duration since the partner time is updated
68
+ // / @brief Verifies that the duration since the partner state time is updated
69
69
// / correctly when the partner has certain state.
70
70
void partnerStateTimeExplicitStateTest ();
71
71
72
- // / @brief Verifies that the duration since the partner time is updated
72
+ // / @brief Verifies that the duration since the partner state time is updated
73
73
// / correctly when the partner is unavailable.
74
74
void partnerStateTimeUnavailableTest ();
75
75
@@ -216,7 +216,7 @@ CommunicationStateTest::partnerStateTest() {
216
216
EXPECT_THROW (state_.setPartnerState (" unsupported" ), BadValue);
217
217
}
218
218
219
- // Verifies that the duration since the partner time is updated
219
+ // Verifies that the duration since the partner state time is updated
220
220
// correctly when the partner has certain state.
221
221
void
222
222
CommunicationStateTest::partnerStateTimeExplicitStateTest () {
@@ -245,7 +245,7 @@ CommunicationStateTest::partnerStateTimeExplicitStateTest() {
245
245
EXPECT_LT (duration_since_waiting.seconds (), 10 );
246
246
}
247
247
248
- // Verifies that the duration since the partner time is updated
248
+ // Verifies that the duration since the partner state time is updated
249
249
// correctly when the partner is unavailable.
250
250
void
251
251
CommunicationStateTest::partnerStateTimeUnavailableTest () {
0 commit comments