static int
check ()
{
- char *const argv[] = { "test-datacache-api-quota",
+ char *const argv[] = { "test-datacache-quota",
"-c",
"test_datacache_data.conf",
#if VERBOSE
GNUNET_GETOPT_OPTION_END
};
GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
- argv, "test-datacache-api-quota", "nohelp",
+ argv, "test-datacache-quota", "nohelp",
options, &run, NULL);
if (ok != 0)
fprintf (stderr, "Missed some testcases: %d\n", ok);
{
int ret;
- GNUNET_log_setup ("test-datacache-api-quota",
+ GNUNET_log_setup ("test-datacache-quota",
#if VERBOSE
"DEBUG",
#else
struct MHD_Response *response;
http_session = *httpSessionCache;
- struct sockaddr *addr;
struct sockaddr_in *addrin;
struct sockaddr_in6 *addrin6;
char * address;