aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* typoManjeet Dahiya2010-09-121-1/+1
|
* test Entity Time IqManjeet Dahiya2010-09-121-0/+39
|
* add tests for publish / subscribe IQsJeremy Lainé2010-09-101-0/+180
|
* define QXMPP_VERSION as a macro returning an integer (like QT_VERSION),Jeremy Lainé2010-09-101-1/+1
| | | | | | | | | so that it is possible to write code such as: #if QXMPP_VERSION >= 0x000300 // we have QXmpp 0.3.0 or later #endif
* explictly test id/from/to/type for version IQsJeremy Lainé2010-09-101-0/+8
|
* add version check testManjeet Dahiya2010-09-081-0/+6
|
* tests for QXmppVersionIqManjeet Dahiya2010-09-071-0/+34
|
* updateManjeet Dahiya2010-09-071-2/+2
|
* Tests for XEP-0153: vCard-Based AvatarsManjeet Dahiya2010-09-041-1/+29
|
* load test files from resources so the tests can be run from any pathJeremy Lainé2010-09-021-1/+2
|
* test MIME type guessingJeremy Lainé2010-09-011-0/+21
|
* fix stream features testJeremy Lainé2010-08-291-10/+10
|
* fix SASL testsJeremy Lainé2010-08-291-4/+5
|
* clean up and test vCard codeJeremy Lainé2010-08-291-0/+5
|
* test vCard photoJeremy Lainé2010-08-291-0/+8
|
* add a unit test for vCardJeremy Lainé2010-08-291-0/+25
|
* parse / serialise stream compression featureJeremy Lainé2010-08-281-2/+3
|
* test JID utility functionsJeremy Lainé2010-08-261-0/+23
|
* test QXmppArchiveChatIqJeremy Lainé2010-08-231-0/+30
|
* test parsing of archive "retrieve" iqsJeremy Lainé2010-08-231-0/+22
|
* fix and test QXmppArchiveListIq parsing/serialisationJeremy Lainé2010-08-231-0/+24
|
* fix testsJeremy Lainé2010-08-231-4/+4
|
* fix tests for QXmppSessionIqJeremy Lainé2010-08-231-2/+2
|
* implement and test quoted character handlingJeremy Lainé2010-08-201-3/+4
|
* add and test better auth-md5 parser (not used yet)Jeremy Lainé2010-08-201-9/+27
|
* add unit test for CRC32Jeremy Lainé2010-08-191-0/+9
|
* cosmeticsManjeet Dahiya2010-08-171-2/+2
|
* parse / test availability of non-SASL authJeremy Lainé2010-08-161-0/+3
|
* test auth mechanismsJeremy Lainé2010-08-131-1/+2
|
* add QXmppStreamFeaturesJeremy Lainé2010-08-131-0/+29
|
* fix and test plaintext Non-SASL Auth IqJeremy Lainé2010-08-121-4/+39
|
* start refactoring and testing non-SASL authJeremy Lainé2010-08-121-0/+13
|
* move tests out of examplesJeremy Lainé2010-08-101-0/+534