summaryrefslogtreecommitdiff
path: root/tests/auto/common/common.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAntti Kokko2015-02-171-22/+14
* Fix memory leak in tests.Jędrzej Nowacki2013-11-281-0/+1
* Move all enums defined by EnginioClientConnection to a gadetJędrzej Nowacki2013-11-261-4/+4
* Use shared QNetworkRequest instead constructing one from scratchJędrzej Nowacki2013-11-251-1/+2
* Rename EnginioClientBase to EnginioClientConnection.Jędrzej Nowacki2013-11-221-4/+4
* Remove backend secret concept from QtEnginioJędrzej Nowacki2013-10-311-5/+1
* Use OAuth2 for EnginioBackendManager authenticationJędrzej Nowacki2013-10-291-11/+22
* Remove EnginioBackendManager::setServiceUrlJędrzej Nowacki2013-10-291-11/+0
* Move EnginioBackendManager url into EnginioClientJędrzej Nowacki2013-10-291-17/+23
* Extract from EnginioClient safe, base api subset.Jędrzej Nowacki2013-10-141-4/+4
* Fix license testJędrzej Nowacki2013-10-141-6/+10
* Allow to use a special configuration file to run tests.Jędrzej Nowacki2013-09-121-5/+20
* Increase amount of users and users groups for tests.Jędrzej Nowacki2013-09-031-10/+10
* Make failures of a backend creation a bit more verboseJędrzej Nowacki2013-09-031-0/+23
* Increase timeout for backend manipulationsJędrzej Nowacki2013-09-031-1/+1
* Use notifications in EnginioModel.Jędrzej Nowacki2013-08-271-0/+5
* Re-authenticate in the EnginioBackendManager if the service url changes.Andras Becsi2013-07-221-1/+7
* Use https://staging.engin.io for the notifications testAndras Becsi2013-07-221-0/+5
* Fix many concurrency problems in EnginioModelJędrzej Nowacki2013-07-051-0/+1
* Fix compilation with msvcFrederik Gladhorn2013-07-031-9/+9
* Add helper function to prepare an object type on a backend to be used by tests.Andras Becsi2013-06-211-0/+45
* Move the test user preparation function out of the backend manager.Andras Becsi2013-06-211-2/+1
* Extract initial user and usergroup creation into a helper functionAndras Becsi2013-06-211-1/+95
* Add backend manager function to get backend API keysAndras Becsi2013-06-201-0/+29
* Add backend manager function to query backend environmentsAndras Becsi2013-06-201-14/+30
* BackendManager: Cache backend environments to avoid unnecessary requestsAndras Becsi2013-06-191-11/+26
* Fix customRequest when using the staging API.Andras Becsi2013-06-191-1/+0
* Refactor EnginioBackendManager and add createObjectType function.Andras Becsi2013-06-191-64/+86
* Remove the wait_callback hackAndras Becsi2013-06-191-21/+11
* Add EnginioBackendManager for tests to create / remove backends.Andras Becsi2013-06-181-0/+198
* Initial removal of the old API.Jędrzej Nowacki2013-06-051-134/+0
* Add more debug info to autotestsJędrzej Nowacki2013-05-301-0/+5
* Add auto tests to the repository.Andras Becsi2013-04-251-0/+129