Fix bugs for invalid uri in notificaiton service.
authorKIM JungYong <jyong2.kim@samsung.com>
Thu, 13 Apr 2017 06:15:12 +0000 (15:15 +0900)
committerUze Choi <uzchoi@samsung.com>
Thu, 13 Apr 2017 08:50:40 +0000 (08:50 +0000)
commit14fb88aaf2f7016622ab86d09b495d15e7fb0838
tree3c2fdfe90045b1a2d59c148e44969311e1a95105
parentbbab22402a4541a3601940e925ce566731f0a4a9
Fix bugs for invalid uri in notificaiton service.

[Problem]
Notification service sync service does not working.

[Reason]
When notification service built with TEST=0 (by default),
Sync resource uri was registered as invalid.

[Fix]
Divided sync resource uri for test, was combined.

Change-Id: I979fd8169afc15cf747796894d98a1be9e9ef853
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/18885
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
service/notification/cpp-wrapper/unittest/NSConsumerServiceTest2.cpp
service/notification/cpp-wrapper/unittest/NSProviderServiceSimulator.h
service/notification/src/consumer/NSConsumerCommunication.c
service/notification/unittest/NSProviderSimulator.h