From 20491c0f31d70e254c56f171c69b95f3d4ad2813 Mon Sep 17 00:00:00 2001 From: Jens Lorenz Date: Wed, 11 Jun 2014 18:14:58 +0200 Subject: * Bug #100 - removed projecttypes.h which causes compiling conflicts Signed-off-by: Jens Lorenz --- PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp') diff --git a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp index 59b0b25..9aaa766 100644 --- a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp +++ b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp @@ -109,7 +109,7 @@ arg0=list; ACTION(returnListMainSinkSoundProperties){ std::vector list; am::am_MainSoundProperty_s listItem; -listItem.type=MSP_EXAMPLE_MID; +listItem.type=MSP_GENIVI_MID; listItem.value=223; list.push_back(listItem); listItem.type=MSP_UNKNOWN; @@ -122,7 +122,7 @@ ACTION(returnListSourceClasses){ std::vector list; am::am_SourceClass_s listItem; am::am_ClassProperty_s property; -property.classProperty=static_cast(2); +property.classProperty=static_cast(2); property.value=12; listItem.name="FirstCLass"; listItem.sourceClassID=23; @@ -139,7 +139,7 @@ ACTION(returnListSinkClasses){ std::vector list; am::am_SinkClass_s listItem; am::am_ClassProperty_s property; -property.classProperty=static_cast(1); +property.classProperty=static_cast(1); property.value=122; listItem.name="FirstCLass"; listItem.sinkClassID=2123; -- cgit v1.2.1