Fix for the Jira issue IOT-538
authorJay Sharma <jay.sharma@samsung.com>
Fri, 5 Jun 2015 13:08:29 +0000 (18:38 +0530)
committerUze Choi <uzchoi@samsung.com>
Thu, 11 Jun 2015 12:12:39 +0000 (12:12 +0000)
commit56ae5f078f9b10ac9c2eb53342b8e11c1efda0a8
tree969f8b36e90e94a4cad356f13f624b9b4672c6e4
parenta6312088ca08e052c86c66affe513af17239d3ea
Fix for the Jira issue IOT-538

CpluffAdapter::findPlugins and PluginManagerImpl::findPlugins methods include the
plugins which does not have the attribute of parameter "key" and when the parameter
"value" is empty string. Modified the code to handle the case where getValueByAttribute
method returns empty string value.

Change-Id: Ia2564bff28b273a3552686d16374198e223f0bb2
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1206
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/protocol-plugin/plugin-manager/src/CpluffAdapter.cpp
service/protocol-plugin/plugin-manager/src/PluginManagerImpl.cpp