Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add ability to configure parameters used by "make test" with test/config.ctc | Paweł Chmielowski | 2015-04-09 | 2 | -14/+46 | |
| | ||||||
* | Give better error messages for tests failing on #...{} = recv() lines | Paweł Chmielowski | 2015-04-09 | 3 | -91/+104 | |
| | ||||||
* | Show received input and expected input in ?recv* macros in case of failure | Paweł Chmielowski | 2015-04-09 | 2 | -4/+13 | |
| | | | | Throwing catch clause error is not that good for finding out what happened | |||||
* | Add virtual host support for SQLite | Evgeniy Khramtsov | 2015-04-08 | 2 | -2/+0 | |
| | ||||||
* | Add SQLite support | Sergey Abramyan | 2015-03-20 | 4 | -0/+88 | |
| | ||||||
* | Suppress warnings in Elixir test | Mickaël Rémond | 2015-03-08 | 1 | -12/+12 | |
| | ||||||
* | Add Elixir test on ejabberd hooks | Mickaël Rémond | 2015-03-08 | 1 | -0/+192 | |
| | | | | | | This is to prepare ejabberd_hooks module refactoring. I also expanded API to help with testing. | |||||
* | Test file can be compiled under R16 | Mickaël Rémond | 2015-03-07 | 1 | -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 detection | Mickaël Rémond | 2015-03-07 | 2 | -5/+8 | |
| | | | | | We now make sure we have no failure. Solves #438 | |||||
* | Merge pull request #441 from mremond/test/#438/run-elixir-tests | Mickaël Rémond | 2015-03-03 | 1 | -0/+57 | |
|\ | | | | | Support for running Elixir ExUnit tests from Common Test | |||||
| * | Improve comments for running Elixir tests | Mickaël Rémond | 2015-02-22 | 1 | -1/+3 | |
| | | ||||||
| * | Support for running Elixir ExUnit tests from Common Test | Mickaël Rémond | 2015-02-22 | 1 | -0/+55 | |
| | | ||||||
* | | Increase common test timeout | Mickaël Rémond | 2015-02-23 | 1 | -1/+1 | |
|/ | | | | | This is needed to cope with long launch time on small / slow VM. Fixes #440 | |||||
* | Improve interface for adding timestamps | Holger Weiss | 2014-12-07 | 1 | -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 case | Evgeniy Khramtsov | 2014-10-31 | 1 | -1/+1 | |
| | ||||||
* | Add tests for mod_vcard_xupdate | Evgeniy Khramtsov | 2014-10-30 | 2 | -9/+67 | |
| | ||||||
* | Avoid generation of excessive records | Evgeniy Khramtsov | 2014-09-13 | 1 | -5/+5 | |
| | ||||||
* | Add tests for Client State Indication support | Holger Weiss | 2014-09-11 | 3 | -0/+43 | |
| | ||||||
* | Test MUC nick registration | Evgeniy Khramtsov | 2014-09-03 | 1 | -0/+68 | |
| | ||||||
* | Recompile the xmpp_codec using updated XML generator | Evgeniy Khramtsov | 2014-08-27 | 1 | -5/+5 | |
| | ||||||
* | Do not call functions from ejabberd_riak directly | Evgeniy Khramtsov | 2014-08-12 | 1 | -24/+5 | |
| | ||||||
* | Reorganize mod_announce test in order to avoid race | Evgeniy Khramtsov | 2014-07-28 | 1 | -15/+7 | |
| | ||||||
* | Add tests for mod_announce | Evgeniy Khramtsov | 2014-07-27 | 2 | -0/+43 | |
| | ||||||
* | Add tests for session management | Evgeniy Khramtsov | 2014-07-22 | 2 | -3/+55 | |
| | ||||||
* | Add tests for mod_carboncopy | Evgeniy Khramtsov | 2014-07-21 | 3 | -11/+148 | |
| | ||||||
* | Improve MUC test cases | Evgeniy Khramtsov | 2014-07-19 | 2 | -23/+249 | |
| | ||||||
* | Add mod_caps checks to the testing suite | Evgeniy Khramtsov | 2014-07-15 | 2 | -4/+41 | |
| | ||||||
* | Check Riak connection before running the corresponding suite | Evgeniy Khramtsov | 2014-07-10 | 1 | -3/+8 | |
| | ||||||
* | Don't forget to shutdown rooms before starting the testing suite | Evgeniy Khramtsov | 2014-07-10 | 1 | -0/+1 | |
| | ||||||
* | Improve test suite explanation | Evgeniy Khramtsov | 2014-07-10 | 1 | -2/+35 | |
| | ||||||
* | Clear Riak data when initializing the testing suite | Evgeniy Khramtsov | 2014-07-10 | 1 | -1/+32 | |
| | ||||||
* | Add Riak backend to the testing suit | Evgeniy Khramtsov | 2014-07-10 | 3 | -4/+98 | |
| | ||||||
* | Use -include_lib instead of -include for esip and p1_xml | Matwey V. Kornilov | 2014-07-05 | 1 | -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 Weiss | 2014-05-04 | 1 | -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 possible | Evgeniy Khramtsov | 2013-11-05 | 1 | -5/+5 | |
| | ||||||
* | Fix roster version support | Evgeniy Khramtsov | 2013-09-24 | 2 | -1/+31 | |
| | ||||||
* | Fix the ACL rule | Evgeniy Khramtsov | 2013-08-27 | 1 | -2/+1 | |
| | ||||||
* | Remove non-existent module from the testing config | Evgeniy Khramtsov | 2013-08-27 | 1 | -6/+0 | |
| | ||||||
* | Remove multiple host_config sections | Evgeniy Khramtsov | 2013-08-27 | 1 | -5/+0 | |
| | ||||||
* | Change configuration file format to YAML | Evgeniy Khramtsov | 2013-08-21 | 2 | -1/+268 | |
| | ||||||
* | Increase the timetrap timeout | Evgeniy Khramtsov | 2013-07-15 | 1 | -1/+1 | |
| | ||||||
* | Cleanup the test suite (just a little) | Evgeniy Khramtsov | 2013-07-07 | 1 | -11/+2 | |
| | ||||||
* | Use error_logger directly in the LDAP test server | Evgeniy Khramtsov | 2013-07-07 | 1 | -6/+8 | |
| | ||||||
* | Improve the XMPP codec, fix the test suite accordingly | Evgeniy Khramtsov | 2013-07-07 | 1 | -4/+8 | |
| | ||||||
* | Pre-load applications before setting the environment variables | Evgeniy Khramtsov | 2013-06-27 | 1 | -0/+3 | |
| | ||||||
* | Do not check the second SASL challenge | Evgeniy Khramtsov | 2013-06-27 | 1 | -15/+6 | |
| | ||||||
* | Split the test suite into modules | Evgeniy Khramtsov | 2013-06-27 | 3 | -470/+501 | |
| | ||||||
* | Fix external authentication | Evgeniy Khramtsov | 2013-06-26 | 3 | -0/+54 | |
| | ||||||
* | Do not fetch disco#info multiple times | Evgeniy Khramtsov | 2013-06-26 | 1 | -8/+15 | |
| | ||||||
* | Start the LDAP server before ejabberd application | Evgeniy Khramtsov | 2013-06-26 | 1 | -1/+1 | |
| |