// returned value should be 0 (success)
checkResult(status, 0);
- // The value of decline-probation-perion must be equal to the
+ // The value of decline-probation-period must be equal to the
// default value.
EXPECT_EQ(DEFAULT_DECLINE_PROBATION_PERIOD,
CfgMgr::instance().getStagingCfg()->getDeclinePeriod());
// returned value should be 0 (success)
checkResult(status, 0);
- // The value of decline-probation-perion must be equal to the
+ // The value of decline-probation-period must be equal to the
// value specified.
EXPECT_EQ(12345,
CfgMgr::instance().getStagingCfg()->getDeclinePeriod());
// Returned value should be 0 (success)
checkResult(status, 0);
- // The value of decline-probation-perion must be equal to the
+ // The value of decline-probation-period must be equal to the
// value specified.
CfgExpirationPtr cfg = CfgMgr::instance().getStagingCfg()->getCfgExpiration();
ASSERT_TRUE(cfg);