summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp4
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;