Exemplo n.º 1
0
void
tearDown()
{
    ntpcal_set_timefunc(NULL);

    return;
}
Exemplo n.º 2
0
void
setUp()
{
    ntpcal_set_timefunc(timefunc);
    settime(1970, 1, 1, 0, 0, 0);
    init_lib();

    return;
}
Exemplo n.º 3
0
void
setUp()
{
    ntpcal_set_timefunc(timefunc);
    settime(1970, 1, 1, 0, 0, 0);
}
Exemplo n.º 4
0
void tearDown(void)
{
    ntpcal_set_timefunc(NULL);
}
Exemplo n.º 5
0
void setUp(void)
{
    ntpcal_set_timefunc(timefunc);
    settime(1970, 1, 1, 0, 0, 0);
    leapsec_ut_pristine();
}
Exemplo n.º 6
0
void calyearstartTest::SetUp()
{
    ntpcal_set_timefunc(timefunc);
    settime(1970, 1, 1, 0, 0, 0);
}
Exemplo n.º 7
0
void calyearstartTest::TearDown()
{
    ntpcal_set_timefunc(NULL);
}