summaryrefslogtreecommitdiffstats
path: root/tests/resourcecommunicationtest.cpp
Commit message (Collapse)AuthorAge
* CleanupChristian Mollekopf2018-05-29
|
* syncThen is no longer necessaryChristian Mollekopf2017-01-12
|
* Ported to the kasync revampChristian Mollekopf2016-09-15
|
* Test the resourcefactoryChristian Mollekopf2016-07-06
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibilityChristian Mollekopf2016-02-17
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Moved all commands in to the Commands namespaceChristian Mollekopf2016-01-19
|
* Improved resource access cachingChristian Mollekopf2015-12-03
| | | | | | | | * Smarter caching. ResourceAccess instances close after a timeout, if not reused. * Introduced a start command to avoid race condition when sending commands to a resource that is currently shutting down. * We resend pending commands after we lost access to the resource * unexpectedly.
* Documentation on what tests are supposed to test.Christian Mollekopf2015-10-24
|
* Tested command loop with Ping command.Christian Mollekopf2015-07-30
| | | | | | Ping is a command that by definition doesn't affect the resource, and thus can be used at all times to check if the resource is still alive.
* ResourceCommunicationTestChristian Mollekopf2015-07-30