fix time mould by ChinaSoft Team

Change-Id: I391eccfa8591feb95dcb5b74fba3788f63b981bf
This commit is contained in:
teamol
2021-04-29 15:41:33 +08:00
parent 8592e04c78
commit a53ad12907
3 changed files with 162 additions and 6 deletions
@@ -82,10 +82,31 @@ HWTEST_F(TimeTimerTest, TimerTest003, TestSize.Level0)
* @tc.type: FUNC
* @tc.require: AR000EEMQ9
*/
/* HWTEST_F(TimeTimerTest, TimerTest004, TestSize.Level0)
/*HWTEST_F(TimeTimerTest, TimerTest004, TestSize.Level0)
{
TimerTest004();
} */
TimerTest004(); // TODO: musl sigaction handler have only one param.
}*/
/* *
* @tc.name: TIME_TEST_TZSET_001
* @tc.desc: function for TIME_TEST_TZSET_001
* @tc.type: FUNC
* @tc.require: AR000EEMQ9
*/
HWTEST_F(TimeTimerTest, TIME_TEST_TZSET_001, TestSize.Level0)
{
TIME_TEST_TZSET_001();
}
/* *
* @tc.name: TIME_TEST_TZSET_002
* @tc.desc: function for TimeTimerTest
* @tc.type: FUNC
* @tc.require: AR000EEMQ9
*/
HWTEST_F(TimeTimerTest, TIME_TEST_TZSET_002, TestSize.Level0)
{
TIME_TEST_TZSET_002();
}
#endif
} // namespace OHOS