summaryrefslogtreecommitdiffstats
path: root/common/test.cpp
Commit message (Collapse)AuthorAge
* Use the Query::filter api.Christian Mollekopf2016-09-27
|
* Ported to the kasync revampChristian Mollekopf2016-09-15
|
* Control debugoutput during tests with sinksh.Christian Mollekopf2016-07-08
|
* A new debug system.Christian Mollekopf2016-07-07
| | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names.
* Prepared sinksh traceChristian Mollekopf2016-07-07
|
* Propagate test-mode to resources.Christian Mollekopf2016-05-23
| | | | This way we can run tests in completely separate data-directories.
* Resource factory methods and capability filter.Christian Mollekopf2016-05-09
|
* An in memory testaccount that can be used for application testing.Christian Mollekopf2016-05-03
|
* A test helper to avoid writing to the data directory.Christian Mollekopf2016-03-15