aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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