@@ -191,7 +191,7 @@ void test_restart_reset()
191
191
{
192
192
watchdog_features_t features = hal_watchdog_get_platform_features ();
193
193
if (!features.disable_watchdog ) {
194
- TEST_IGNORE_MESSAGE (" Disabling watchdog not supported for this platform" );
194
+ TEST_IGNORE_MESSAGE (" Disabling Watchdog not supported for this platform" );
195
195
return ;
196
196
}
197
197
@@ -207,7 +207,7 @@ void test_restart_reset()
207
207
TEST_ASSERT_EQUAL (WATCHDOG_STATUS_OK, hal_watchdog_init (&config));
208
208
wait_ms (TIMEOUT_MS / 2UL );
209
209
TEST_ASSERT_EQUAL (WATCHDOG_STATUS_OK, hal_watchdog_stop ());
210
- // Check that stopping the watchdog prevents a device reset.
210
+ // Check that stopping the Watchdog prevents a device reset.
211
211
wait_ms (TIMEOUT_MS / 2UL + TIMEOUT_DELTA_MS);
212
212
213
213
if (send_reset_notification (¤t_case, TIMEOUT_MS + TIMEOUT_DELTA_MS) == false ) {
@@ -296,7 +296,7 @@ Case cases[] = {
296
296
#endif
297
297
#endif
298
298
Case (" Watchdog started again" , case_setup, test_restart_reset),
299
- Case (" Kicking the watchdog prevents reset" , case_setup, test_kick_reset),
299
+ Case (" Kicking the Watchdog prevents reset" , case_setup, test_kick_reset),
300
300
};
301
301
302
302
Specification specification ((utest::v1::test_setup_handler_t ) testsuite_setup, cases);
0 commit comments