mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 16:36:21 +00:00
tests: Add disco tests
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "test_message.h"
|
||||
#include "test_carbons.h"
|
||||
#include "test_chat_session.h"
|
||||
#include "test_disco.h"
|
||||
#include "test_receipts.h"
|
||||
#include "test_roster.h"
|
||||
#include "test_software.h"
|
||||
@@ -98,6 +99,12 @@ main(int argc, char* argv[])
|
||||
PROF_FUNC_TEST(display_software_version_result_when_from_domainpart),
|
||||
PROF_FUNC_TEST(show_message_in_chat_window_when_no_resource),
|
||||
PROF_FUNC_TEST(display_software_version_result_in_chat),
|
||||
|
||||
/* Service Discovery - XEP-0030 */
|
||||
PROF_FUNC_TEST(disco_info_server_on_explicit_request),
|
||||
PROF_FUNC_TEST(disco_items_with_node),
|
||||
PROF_FUNC_TEST(disco_info_error_item_not_found),
|
||||
PROF_FUNC_TEST(no_automatic_disco_after_connect),
|
||||
};
|
||||
|
||||
/* ============================================================
|
||||
|
||||
Reference in New Issue
Block a user