Crossfire Server, Trunk
|
#include <global.h>
#include <stdlib.h>
#include <check.h>
#include <loader.h>
#include <toolkit_common.h>
#include <sproto.h>
#include <unistd.h>
#include <toolkit_server.h>
Go to the source code of this file.
Functions | |
static END_TEST Suite * | account_suite (void) |
int | main (void) |
static void | setup (void) |
END_TEST | START_TEST (test_account_add_account) |
START_TEST (test_account_check_string) | |
END_TEST | START_TEST (test_account_load_entries) |
static void | teardown (void) |
|
static |
Definition at line 205 of file check_account.cpp.
References setup(), and teardown().
Referenced by main().
int main | ( | void | ) |
Definition at line 220 of file check_account.cpp.
References account_suite(), cctk_setdatadir(), clean_test_account_data(), Settings::debug, init(), llevError, Settings::localdir, settings, and strdup_local.
|
static |
Definition at line 41 of file check_account.cpp.
Referenced by account_suite().
END_TEST START_TEST | ( | test_account_add_account | ) |
Definition at line 96 of file check_account.cpp.
References account_get_players_for_account(), account_link(), account_new(), accounts_save(), FAIL_UNLESS, and names.
START_TEST | ( | test_account_check_string | ) |
Definition at line 52 of file check_account.cpp.
References account_check_string(), FAIL_UNLESS, and MAX_NAME.
END_TEST START_TEST | ( | test_account_load_entries | ) |
Definition at line 144 of file check_account.cpp.
References account_exists(), account_get_players_for_account(), account_remove_player(), accounts_clear(), accounts_load(), and FAIL_UNLESS.
|
static |
Definition at line 44 of file check_account.cpp.
Referenced by account_suite().