summaryrefslogtreecommitdiff
path: root/test/suite.hrl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous rebar3 fixesStu Tomlinson2020-09-231-2/+3
| | | | | | | | | Correct Makefile clean targets Fix a few more include() -> include_lib() for depedency includes Use project_app_dirs to reference elixir app from rebar3 (lib_dirs is no longer supported)
* enable tests with mssql-backend (#3136)ChaosKid422020-04-281-1/+2
|
* Remove Riak supportEvgeny Khramtsov2019-07-181-2/+1
| | | | | | | | | | Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries)
* Use new configuration validatorEvgeny Khramtsov2019-06-141-0/+2
|
* Add tests for user mucsub mam from muc mamPaweł Chmielowski2019-04-301-5/+18
|
* [test] Improve match macroPaweł Chmielowski2018-09-141-2/+4
|
* Get rid of ejabberd.hrl reference from the test suiteEvgeniy Khramtsov2018-06-141-1/+0
|
* Correctly resolve upload.localhost for the test suiteEvgeniy Khramtsov2018-05-171-0/+1
|
* Get rid of substitute_forwardedPaweł Chmielowski2016-11-181-3/+0
|
* Fix tests that use #forwardedPaweł Chmielowski2016-11-151-0/+3
|
* Add xdata generator and make some code using itEvgeniy Khramtsov2016-10-071-0/+8
|
* Improve namespace handlingEvgeniy Khramtsov2016-09-241-5/+5
|
* Add tests for s2s codeEvgeniy Khramtsov2016-09-231-0/+1
|
* Add more tests for C2SEvgeniy Khramtsov2016-09-201-6/+0
|
* Add Redis backend to the test suiteEvgeniy Khramtsov2016-02-191-0/+1
|
* Convert tests to Fast XMLMickael Remond2016-02-031-1/+1
|
* Give better error messages for tests failing on #...{} = recv() linesPaweł Chmielowski2015-04-091-1/+12
|
* Show received input and expected input in ?recv* macros in case of failurePaweł Chmielowski2015-04-091-4/+10
| | | | Throwing catch clause error is not that good for finding out what happened
* Add SQLite supportSergey Abramyan2015-03-201-0/+1
|
* Add mod_caps checks to the testing suiteEvgeniy Khramtsov2014-07-151-0/+2
|
* Add Riak backend to the testing suitEvgeniy Khramtsov2014-07-101-0/+1
|
* 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.
* Split the test suite into modulesEvgeniy Khramtsov2013-06-271-0/+66