aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmpphttpuploadmanager
Commit message (Collapse)AuthorAgeFilesLines
* Support installing QXmpp with Qt 5 and Qt 6 in parallelLinus Jahn2023-04-071-1/+1
| | | | Closes #540.
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-4/+4
| | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
* tests: HttpUploadManager: Fix build with Qt 5.9Linus Jahn2022-09-141-5/+5
|
* tests: HttpUploadManager: Add test for uploadFile()Linus Jahn2022-09-091-3/+85
| | | | | This adds an integration test that tries to upload a file via HTTP File Upload and the new HttpUploadManager.
* tests: HttpUploadManager: Add test for future based APILinus Jahn2022-09-091-0/+66
|
* tests: HttpUploadManager: Modernize and refactorLinus Jahn2022-09-091-61/+54
|
* tests: HttpUploadManager: Clean up and replace TestHelper classLinus Jahn2022-09-092-81/+48
| | | | The same can be done more elegantly and with less code.
* Rename UploadRequestManager test to HttpUploadManager testLinus Jahn2022-09-095-0/+439
One of the following commits will add tests also for the HttpUploadManager.