Added id attributes to roster queries

fixes #596
This commit is contained in:
James Booth
2015-07-22 22:48:37 +01:00
parent fceec61a2c
commit f9a7e35001
8 changed files with 160 additions and 13 deletions

View File

@@ -18,6 +18,7 @@
#include "test_carbons.h"
#include "test_chat_session.h"
#include "test_receipts.h"
#include "test_roster.h"
#define PROF_FUNC_TEST(test) unit_test_setup_teardown(test, init_prof_test, close_prof_test)
@@ -68,6 +69,11 @@ int main(int argc, char* argv[]) {
PROF_FUNC_TEST(send_receipt_request),
PROF_FUNC_TEST(send_receipt_on_request),
PROF_FUNC_TEST(sends_new_item),
PROF_FUNC_TEST(sends_new_item_nick),
PROF_FUNC_TEST(sends_remove_item),
PROF_FUNC_TEST(sends_nick_change),
};
return run_tests(all_tests);