aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright to 2016 (#901)Badlop2016-01-135-5/+5
|
* Fix mod_carboncopy configuration for test suiteHolger Weiss2015-12-151-2/+1
| | | | The mod_carboncopy module doesn't have the "db_type" option.
* Disable use of multi-subscribe and subscription-option on standard pluginsChristophe Romain2015-12-111-9/+0
|
* Update MAM tests to always expect RSM in responseHolger Weiss2015-08-301-2/+4
|
* Update crypto callsAlexey Shchepin2015-07-301-2/+2
|
* Get rid of 'db_type' for mod_blocking in test suiteEvgeniy Khramtsov2015-07-161-10/+5
|
* Add "complete" attribute to MAM final response (EJABS-2484)Evgeniy Khramtsov2015-07-101-7/+12
|
* Fix mod_mam compatibility with RSM for other backendsEvgeniy Khramtsov2015-07-101-0/+29
|
* Fix MAM tests (EJABS-2480).Jerome Sautret2015-07-081-10/+18
|
* Send notifications on MUC configuration changesHolger Weiss2015-07-021-4/+5
| | | | | | | Notify clients when the room configuration changes, as mandated by XEP-0045, #10.2.1. Closes #623.
* Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-222-0/+288
|
* Remove XEP-0091 tags from test suiteHolger Weiss2015-05-181-4/+3
|
* PubSub improvementsChristophe Romain2015-04-213-9/+14
| | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
* Make s2s port configurable in test runnerPaweł Chmielowski2015-04-202-1/+2
|
* CSI test: Simplify and improve readabilityHolger Weiss2015-04-161-20/+21
|
* CSI test: Fix race when slave becomes active againHolger Weiss2015-04-161-9/+11
| | | | | | Make sure the server processed the slave's active request after the previous test stanzas were received by the slave and before the final Chat State notification is sent by the master.
* Make sure that server processed our inactive request before processing ↵Paweł Chmielowski2015-04-151-0/+3
| | | | further in testing
* Add ability to configure parameters used by "make test" with test/config.ctcPaweł Chmielowski2015-04-092-14/+46
|
* Give better error messages for tests failing on #...{} = recv() linesPaweł Chmielowski2015-04-093-91/+104
|
* Show received input and expected input in ?recv* macros in case of failurePaweł Chmielowski2015-04-092-4/+13
| | | | Throwing catch clause error is not that good for finding out what happened
* Add virtual host support for SQLiteEvgeniy Khramtsov2015-04-082-2/+0
|
* Add SQLite supportSergey Abramyan2015-03-204-0/+88
|
* Suppress warnings in Elixir testMickaël Rémond2015-03-081-12/+12
|
* Add Elixir test on ejabberd hooksMickaël Rémond2015-03-081-0/+192
| | | | | | This is to prepare ejabberd_hooks module refactoring. I also expanded API to help with testing.
* Test file can be compiled under R16Mickaël Rémond2015-03-071-1/+3
| | | | | | | Fixes test failing under R16 due to elixir_suite build syntax error. The test will never be run under r16 as Elixir requires r17 and map anyway.
* Fix Elixir tests failure detectionMickaël Rémond2015-03-072-5/+8
| | | | | We now make sure we have no failure. Solves #438
* Merge pull request #441 from mremond/test/#438/run-elixir-testsMickaël Rémond2015-03-031-0/+57
|\ | | | | Support for running Elixir ExUnit tests from Common Test
| * Improve comments for running Elixir testsMickaël Rémond2015-02-221-1/+3
| |
| * Support for running Elixir ExUnit tests from Common TestMickaël Rémond2015-02-221-0/+55
| |
* | Increase common test timeoutMickaël Rémond2015-02-231-1/+1
|/ | | | | This is needed to cope with long launch time on small / slow VM. Fixes #440
* Improve interface for adding timestampsHolger Weiss2014-12-071-2/+3
| | | | | | Provide a simpler interface for adding <delay/> and <x/> timestamps to stanzas. This also makes sure that only one <delay/> tag and one <x/> tag is added to a given stanza.
* Fix race in CSI test caseEvgeniy Khramtsov2014-10-311-1/+1
|
* Add tests for mod_vcard_xupdateEvgeniy Khramtsov2014-10-302-9/+67
|
* Avoid generation of excessive recordsEvgeniy Khramtsov2014-09-131-5/+5
|
* Add tests for Client State Indication supportHolger Weiss2014-09-113-0/+43
|
* Test MUC nick registrationEvgeniy Khramtsov2014-09-031-0/+68
|
* Recompile the xmpp_codec using updated XML generatorEvgeniy Khramtsov2014-08-271-5/+5
|
* Do not call functions from ejabberd_riak directlyEvgeniy Khramtsov2014-08-121-24/+5
|
* Reorganize mod_announce test in order to avoid raceEvgeniy Khramtsov2014-07-281-15/+7
|
* Add tests for mod_announceEvgeniy Khramtsov2014-07-272-0/+43
|
* Add tests for session managementEvgeniy Khramtsov2014-07-222-3/+55
|
* Add tests for mod_carboncopyEvgeniy Khramtsov2014-07-213-11/+148
|
* Improve MUC test casesEvgeniy Khramtsov2014-07-192-23/+249
|
* Add mod_caps checks to the testing suiteEvgeniy Khramtsov2014-07-152-4/+41
|
* Check Riak connection before running the corresponding suiteEvgeniy Khramtsov2014-07-101-3/+8
|
* Don't forget to shutdown rooms before starting the testing suiteEvgeniy Khramtsov2014-07-101-0/+1
|
* Improve test suite explanationEvgeniy Khramtsov2014-07-101-2/+35
|
* Clear Riak data when initializing the testing suiteEvgeniy Khramtsov2014-07-101-1/+32
|
* Add Riak backend to the testing suitEvgeniy Khramtsov2014-07-103-4/+98
|
* Use -include_lib instead of -include for esip and p1_xmlMatwey V. Kornilov2014-07-051-1/+1
| | | | | -include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory.