summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-529/+0
| | | | | | * building out of source of plugins without AM workss * build system cmake contructions is different now Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fixed routingreceiverasync test due a irritating quit without any console ↵Aleksandar Donchev2014-06-251-3/+10
| | | | | output if the libPluginRoutingInterfaceAsync.so is not at the desired file path. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-231-108/+117
| | | | 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-2/+3
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-57/+60
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* *[GAM-71]: remove debug outputFrank Herchet2012-05-241-1/+0
| | | | | | Author: Frank Herchet <frank.fh.herchet@bmw.de> Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* *[GAM-71]: move connectNoMoreThreads testFrank Herchet2012-05-241-25/+26
| | | | | | | | *[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-49] worked in comments to last patcheschristian mueller2012-03-291-8/+4
| | | | | | | | | | | * changed dlt threadsafeness * changes on timers in CAmSockethandler * adopted test of Sockethandler to changes * add versioning scheme to documentation * added forgotten #include <map> on CamDbusWrapper and CAmRoutingSenderAsync * adopted RoutingReceiverAsyncTests to new timers Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-2/+3
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-061-1/+1
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * updated license headerschristian mueller2012-03-051-20/+13
| | | * updated documentation
* * fixing CAmSerializer.h - smaller changes and copy past stuffchristian mueller2012-03-051-0/+1
| | | | * adding new class in Controler plugin to use CAmSerializer to build up a shadow * added test to test the new class (unfinished)
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-0/+518
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces