aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* upload_tests: Make size error check stricterHolger Weiss2018-06-041-1/+1
* Return detailed error if HTTP upload is too largeHolger Weiss2018-06-041-3/+6
* Correctly resolve upload.localhost for the test suiteEvgeniy Khramtsov2018-05-172-1/+3
* Add tests for mod_http_uploadEvgeniy Khramtsov2018-05-174-8/+221
* mod_blocking: Use #block_item{} recordHolger Weiss2018-05-021-10/+15
* Ignore any policy when signing a certificate for the test suiteEvgeniy Khramtsov2018-05-021-1/+1
* Also generate CA certificates for the test suiteEvgeniy Khramtsov2018-05-021-0/+2
* Update MUC MAM testsEvgeniy Khramtsov2018-04-161-16/+5
* Merge branch 'muc-self-presence'Evgeniy Khramtsov2018-04-141-25/+45
|\
| * Merge branch 'master' into muc-self-presenceEvgeniy Khramtsov2018-03-032-2/+12
| |\
| * | Let a MUC room to route presences from its bare JIDEvgeniy Khramtsov2018-02-121-25/+45
* | | Fix csi testsPaweł Chmielowski2018-04-121-4/+4
* | | New schema support for tests. (#2355)a-iv2018-04-121-2/+14
| |/ |/|
* | Improve example extauth scriptEvgeniy Khramtsov2018-02-161-0/+4
* | Handle gracefully that mnesia is already loaded when starting testsPaweł Chmielowski2018-02-161-2/+8
|/
* Remove 'iqdisc' optionEvgeniy Khramtsov2018-02-112-4/+6
* Print something when doing tests in travis, as not doing that get us killedPaweł Chmielowski2018-01-311-0/+1
* Fix mod_roster start invocation in elixir testsPaweł Chmielowski2018-01-311-3/+3
* Fix elixir testsPaweł Chmielowski2018-01-302-3/+5
* Start ejabberd_config earlierPaweł Chmielowski2018-01-301-1/+1
* Run tests only on backends enabled by configurePaweł Chmielowski2018-01-301-10/+32
* Fix elixir testsPaweł Chmielowski2018-01-291-2/+2
* Fix more testsPaweł Chmielowski2018-01-256-11/+11
* Adopt tests to changes in xmppPaweł Chmielowski2018-01-251-4/+4
* Ignore result of sending stream trailer in test suiteEvgeniy Khramtsov2018-01-081-1/+1
* Return send() result to the callerEvgeniy Khramtsov2017-12-281-2/+2
* Adopt tests to changes introduced by b54e1e49ba6794725bead67d530b50ab89ce078bPaweł Chmielowski2017-12-271-16/+57
* Update the test suite to support new XMPP socket APIEvgeniy Khramtsov2017-12-271-30/+72
* Disable test for nowPaweł Chmielowski2017-12-211-4/+4
* Update expected error type in testPaweł Chmielowski2017-12-211-1/+1
* Adapt test to changed errorPaweł Chmielowski2017-11-271-1/+1
* Fix elixir testsPaweł Chmielowski2017-11-172-0/+4
* Fix a test related to mod_capsEvgeniy Khramtsov2017-11-101-2/+2
* Prepare version 0.6.1 of XEP-0313 (MAM) supportEvgeniy Khramtsov2017-11-081-5/+8
* Remove code left from debuggingPaweł Chmielowski2017-11-031-1/+0
* Don't start hosts for disabled backends from CT_BACKENDS passed to make testPaweł Chmielowski2017-11-031-3/+17
* Add SQL support for mod_pushEvgeniy Khramtsov2017-10-262-1/+18
* Fix pubsub test, title not mandatoryChristophe Romain2017-10-251-2/+2
* Explicitly match against <domain/resource>Evgeniy Khramtsov2017-08-231-3/+11
* Apply cosmetic changes to previous commitHolger Weiss2017-08-181-0/+2
* Suppress push notifications for online clientsHolger Weiss2017-08-181-2/+0
* Fix tests for 8679cfd2fChristophe Romain2017-08-071-4/+4
* Merge pull request #1881 from weiss/pushChristophe Romain2017-08-043-1/+245
|\
| * Add mod_push_keepaliveHolger Weiss2017-07-212-0/+4
| * Support XEP-0357: Push NotificationsHolger Weiss2017-07-203-1/+241
* | Merge pull request #1837 from marcphilipp/feature/set_room_affiliation_testChristophe Romain2017-08-022-1/+36
|\ \
| * | Add integration test for set_room_affiliationMarc Philipp2017-07-062-1/+36
* | | Fix extauth.py so support : in passwords (thanks to jmberg)(#1676)Badlop2017-07-311-11/+15
| |/ |/|
* | Start gen_mod from elixir testsPaweł Chmielowski2017-07-061-0/+1
* | Improve elixir testsPaweł Chmielowski2017-07-067-192/+105