aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add more pubsub test casesEvgeniy Khramtsov2013-06-261-6/+56
|
* Change pubsub plugins in the testing configurationEvgeniy Khramtsov2013-06-251-6/+2
|
* Add LDAP test casesEvgeniy Khramtsov2013-06-224-8/+531
|
* Fix all calls to functions of p1_tls applicationEvgeniy Khramtsov2013-06-201-2/+2
|
* Clarify MySQL/PostgreSQL preparation for running the test suite.Evgeniy Khramtsov2013-06-191-1/+3
|
* Shutdown rooms before starting test casesEvgeniy Khramtsov2013-06-191-0/+3
|
* Add tests for modules using MySQL/PostgreSQLEvgeniy Khramtsov2013-06-193-53/+234
|
* Better handle incoming packets sequenceEvgeniy Khramtsov2013-06-181-3/+3
|
* Add simple mod_offline checksEvgeniy Khramtsov2013-06-171-0/+25
|
* Add some MUC checks. Several cleanupsEvgeniy Khramtsov2013-06-171-186/+322
|
* Add mod_proxy65 test caseEvgeniy Khramtsov2013-06-171-50/+119
|
* Check item groups separatelyEvgeniy Khramtsov2013-06-171-3/+4
|
* Add roster checksEvgeniy Khramtsov2013-06-171-28/+275
|
* Advertise privacy lists support via disco#infoEvgeniy Khramtsov2013-06-171-7/+1
|
* Don't include sub-elements in IQ results where it's not requiredEvgeniy Khramtsov2013-06-171-17/+3
| | | | by the corresponding spec (RFC or XEP).
* Improve "unregister" test caseEvgeniy Khramtsov2013-06-171-1/+3
|
* Add registration remove test caseEvgeniy Khramtsov2013-06-171-1/+20
|
* Test suite cleanup.Evgeniy Khramtsov2013-06-172-46/+42
| | | | | * Split test cases in groups. * Increase a loglevel of common_test framework.
* Better certfile location detection by the test suiteEvgeniy Khramtsov2013-06-172-1/+3
|
* Add zlib compression test caseEvgeniy Khramtsov2013-06-172-18/+42
|
* Add STARTTLS test caseEvgeniy Khramtsov2013-06-173-19/+100
|
* Add mod_register checksEvgeniy Khramtsov2013-06-171-3/+39
|
* Convert XMPP codec specification to the new formatEvgeniy Khramtsov2013-06-171-41/+58
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-132-0/+715
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite