diff options
author | christian linke <christian.linke@bmw.de> | 2012-10-02 13:02:51 +0200 |
---|---|---|
committer | christian linke <christian.linke@bmw.de> | 2012-10-02 13:02:51 +0200 |
commit | 2832a75f3140b04e70ec0ab0f8216e14b9262082 (patch) | |
tree | 7f49b1265d0ec797e815028c425b629173386b2c /PluginCommandInterfaceDbus/test | |
parent | 42ea21ec794c381558738e7eb87bae309d3a376e (diff) | |
download | audiomanager-2832a75f3140b04e70ec0ab0f8216e14b9262082.tar.gz |
* small change in CommanSenderTest to be more generic
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceDbus/test')
-rw-r--r-- | PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp index aa2a1d4..9156b77 100644 --- a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp +++ b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp @@ -122,7 +122,7 @@ ACTION(returnListSourceClasses){ std::vector<am::am_SourceClass_s> list; am::am_SourceClass_s listItem; am::am_ClassProperty_s property; -property.classProperty=CP_GENIVI_SINK_TYPE; +property.classProperty=CP_MAX; property.value=12; listItem.name="FirstCLass"; listItem.sourceClassID=23; @@ -139,7 +139,7 @@ ACTION(returnListSinkClasses){ std::vector<am::am_SinkClass_s> list; am::am_SinkClass_s listItem; am::am_ClassProperty_s property; -property.classProperty=CP_GENIVI_SOURCE_TYPE; +property.classProperty=CP_MAX; property.value=122; listItem.name="FirstCLass"; listItem.sinkClassID=2123; |