aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* test/README: Create MySQL test user on 'localhost'Holger Weiss2014-05-041-2/+2
| | | | | | | Suggest specifying 'localhost' as host name part of the MySQL test account name. Otherwise, the anonymous user that is usually created by default for 'localhost' would take precedence for local connections due to the more specific host name.
* Do not use functions from crypto module wherever possibleEvgeniy Khramtsov2013-11-051-5/+5
|
* Fix roster version supportEvgeniy Khramtsov2013-09-242-1/+31
|
* Fix the ACL ruleEvgeniy Khramtsov2013-08-271-2/+1
|
* Remove non-existent module from the testing configEvgeniy Khramtsov2013-08-271-6/+0
|
* Remove multiple host_config sectionsEvgeniy Khramtsov2013-08-271-5/+0
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-212-1/+268
|
* Increase the timetrap timeoutEvgeniy Khramtsov2013-07-151-1/+1
|
* Cleanup the test suite (just a little)Evgeniy Khramtsov2013-07-071-11/+2
|
* Use error_logger directly in the LDAP test serverEvgeniy Khramtsov2013-07-071-6/+8
|
* Improve the XMPP codec, fix the test suite accordinglyEvgeniy Khramtsov2013-07-071-4/+8
|
* Pre-load applications before setting the environment variablesEvgeniy Khramtsov2013-06-271-0/+3
|
* Do not check the second SASL challengeEvgeniy Khramtsov2013-06-271-15/+6
|
* Split the test suite into modulesEvgeniy Khramtsov2013-06-273-470/+501
|
* Fix external authenticationEvgeniy Khramtsov2013-06-263-0/+54
|
* Do not fetch disco#info multiple timesEvgeniy Khramtsov2013-06-261-8/+15
|
* Start the LDAP server before ejabberd applicationEvgeniy Khramtsov2013-06-261-1/+1
|