* small change in CommanSenderTest to be more generic
authorchristian linke <christian.linke@bmw.de>
Tue, 2 Oct 2012 11:02:51 +0000 (13:02 +0200)
committerchristian linke <christian.linke@bmw.de>
Tue, 2 Oct 2012 11:02:51 +0000 (13:02 +0200)
Signed-off-by: christian linke <christian.linke@bmw.de>
PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp

index aa2a1d4..9156b77 100644 (file)
@@ -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;