summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/AmTelnetServerTest
Commit message (Collapse)AuthorAgeFilesLines
* Fixed define in the map handler header causing compile error for some tests. ↵Aleksander Donchev2013-07-122-3/+4
| | | | | | | (ticket #79) Renamed variable in the CAmTelnetServerTest.cpp Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-103-9/+11
| | | | | | | | 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-103-20/+34
| | | | | | -> 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>
* * add support to switch dedicated plugins off, fix databasehandler regarding ↵christian linke2013-01-111-2/+2
| | | | | getSourceInfo and getSinkInfo, add and fix tests for database Signed-off-by: christian linke <christian.linke@bmw.de>
* * fix WITH_NSM=off optionchristian linke2013-01-091-1/+6
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* added DL library path to the following cmake files - ↵3.1Nrusingh Dash2013-01-071-1/+1
| | | | | | AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt - AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt - AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt - AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt - AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt Signed-off-by: Nrusingh Dash <ndash@jp.adit-jv.com>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-173-8/+9
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-041-4/+4
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-5/+8
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-69] AudioManager tests does not compile without dlt installed ↵christian mueller2012-05-241-1/+4
| | | | | | (WITH_DLT=OFF) fixed Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* *[GAM-71]: move connectNoMoreThreads testFrank Herchet2012-05-241-1/+1
| | | | | | | | *[GAM-71]: change timeout to 1.5s *[GAM-71]: fix connectAbortTooLate test * fix issue in CAmEnvironment::TearDown Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-031-4/+4
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-063-3/+0
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDERchristian mueller2012-03-061-2/+2
|
* * updated license headerschristian mueller2012-03-053-30/+57
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-013-0/+369
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces