summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/AmMapHandlerTest
Commit message (Collapse)AuthorAgeFilesLines
* * Converter Implementation .6.2Aleksandar Donchev2014-11-053-4/+255
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * size comparison fixChristian Linke2014-11-031-2/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fixed missing reserved flag for MapHandler and corresponding testsChristian Linke2014-11-031-0/+3
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-231-12/+12
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * Some unit tests fixed due issues occured on pocky build systems.Aleksandar Donchev2014-03-281-4/+16
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Every new connection ID is initilized with the next available number. Aleksandar Donchev2013-09-252-6/+149
| | | | | * Additional tests for ID generation added. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * AmMapHanlderTest - added tests for the callbacks in CAmDatabaseObserver.Aleksandar Donchev2013-09-035-17/+733
| | | | | | * An object ID added to the response whenever E_ALREADY_EXISTS is returned in CAmDatabasehandlerMap Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-031-1/+1
| | | | | | | | | | NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke <christian.linke@bmw.de> (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2)
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-102-4/+3
| | | | | | | | Renamed CAmDatabaseHandler to CAmDatabaseHandlerSQLite and CAmMapHandler to CAmDatabaseHandlerMap. Changed std::map to std::unordered_map. Added to the cmake configuration a definition, which defines the capacity of the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Added 'Dump' method to the database handler and to the telnet server (Info ↵Aleksander Donchev2013-07-101-0/+2
| | | | | | -> Dump). Unit tests for the database handler splited into separate file. Base log class added in order to support logging into a file. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* First version Map implementation of database handler with unit tests ( ↵Aleksandar Donchev2013-06-263-0/+2451
ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>