]> granicus.if.org Git - ejabberd/commit
Make common tests working again
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 18 Nov 2016 10:38:08 +0000 (13:38 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 18 Nov 2016 10:38:08 +0000 (13:38 +0300)
commitb8dcc911a3b1e3cc05074d9ac4bd8da80b431388
tree8f77735d46adff599eccd0ae93b0ad4a5e52520e
parent3765210698dd55d9996e671bb9874c48f12f37e0
Make common tests working again
41 files changed:
include/mam_query.hrl [new file with mode: 0644]
specs/mam_query.cfg [new file with mode: 0644]
specs/mam_query.xdata [new file with mode: 0644]
src/ejabberd_local.erl
src/flex_offline.erl
src/mam_query.erl [new file with mode: 0644]
src/mod_carboncopy.erl
src/mod_mam.erl
src/mod_mam_mnesia.erl
src/mod_mam_sql.erl
src/mod_offline.erl
src/mod_offline_riak.erl
src/mod_offline_sql.erl
src/mod_roster.erl
src/muc_register.erl
src/muc_request.erl
src/muc_roomconfig.erl
src/muc_roominfo.erl
src/pubsub_get_pending.erl
src/pubsub_node_config.erl
src/pubsub_publish_options.erl
src/pubsub_subscribe_authorization.erl
src/pubsub_subscribe_options.erl
src/xmpp_util.erl
test/announce_tests.erl [new file with mode: 0644]
test/carbons_tests.erl [new file with mode: 0644]
test/csi_tests.erl [new file with mode: 0644]
test/ejabberd_SUITE.erl
test/example_tests.erl [new file with mode: 0644]
test/mam_tests.erl [new file with mode: 0644]
test/mix_tests.erl [new file with mode: 0644]
test/mod_legacy.erl
test/muc_tests.erl
test/privacy_tests.erl
test/proxy65_tests.erl [new file with mode: 0644]
test/pubsub_tests.erl [new file with mode: 0644]
test/replaced_tests.erl [new file with mode: 0644]
test/roster_tests.erl
test/sm_tests.erl [new file with mode: 0644]
test/suite.erl
test/vcard_tests.erl [new file with mode: 0644]