test-dsync-proxy-server-cmd.c revision c820b702d1eabfd5b029ac168fe769265e541561
2875N/A#include "strescape.h"
2875N/A#include "test-common.h"
2875N/A#include "dsync-proxy-server.h"
2875N/A#include "test-dsync-worker.h"
2875N/A#include "test-dsync-common.h"
2875N/Astatic int ATTR_SENTINEL
3025N/Astatic void test_dsync_proxy_box_list(void)
3185N/Astatic void test_dsync_proxy_msg_list(void)
3185N/A static const char *test_keywords[] = {
3185N/Astatic void test_dsync_proxy_box_create(void)
3185N/Astatic void test_dsync_proxy_box_update(void)
3185N/Astatic void test_dsync_proxy_box_select(void)
3185N/A test_assert(memcmp(test_worker->selected_mailbox.guid, test_mailbox_guid1, MAIL_GUID_128_SIZE) == 0);
3185N/A test_assert(memcmp(test_worker->selected_mailbox.guid, test_mailbox_guid2, MAIL_GUID_128_SIZE) == 0);
3185N/Astatic void test_dsync_proxy_msg_update(void)
3185N/Astatic void test_dsync_proxy_msg_uid_change(void)
3185N/Astatic void test_dsync_proxy_msg_expunge(void)
3185N/Astatic void test_dsync_proxy_msg_copy(void)
3185N/A test_assert(memcmp(msg_event.copy_src_mailbox.guid, test_mailbox_guid1, MAIL_GUID_128_SIZE) == 0);
3185N/Astatic void test_dsync_proxy_msg_save(void)
2875N/Astatic struct dsync_proxy_server *
2875N/A static void (*test_functions[])(void) = {
2875N/A return test_deinit();