update_test.c revision af850c4120c5bee9462de4def85d0b4c1b583963
/*
* Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
*
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: update_test.c,v 1.6 2011/10/12 23:09:35 marka Exp $ */
/*! \file */
#include <config.h>
#include <atf-c.h>
#include <unistd.h>
#include <time.h>
#include "dnstest.h"
static isc_uint32_t mystdtime;
}
}
/*
* Individual unit tests
*/
}
dns_test_end();
}
/* 0xfffffffff -> 1 */
}
dns_test_end();
}
}
dns_test_end();
}
}
dns_test_end();
}
}
dns_test_end();
}
}
old += 1;
dns_test_end();
}
}
old -= 1;
dns_test_end();
}
}
dns_test_end();
}
}
mystdtime = 0;
old = 0xfffffff0;
dns_test_end();
}
/*
* Main
*/
ATF_TP_ADD_TCS(tp) {
return (atf_no_error());
}