Modified location of unittest folder.
authorjyong2.kim <jyong2.kim@samsung.com>
Mon, 23 Nov 2015 04:41:31 +0000 (13:41 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 24 Nov 2015 05:32:52 +0000 (05:32 +0000)
commit313fde5e078616c6ccf4748ca83fa8a6eb2366fe
tree48b13301d0b291f810fc8865a687e8f84b095d6d
parent249925191455794965021531b2cd8f3b6bcfed1a
Modified location of unittest folder.

location of unittest is moved to resource-hosting\ from resource-hosting\src\.
and code refactoring of resource hosting source files.
removed local variables and modified more simple logic.

Change-Id: Ic018e699ecd7e9f3d1d66a8914409573b4732cb4
Signed-off-by: jyong2.kim <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4311
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Hun-je Yeon <hunje.yeon@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
13 files changed:
service/resource-hosting/SConscript
service/resource-hosting/src/Hosting.cpp
service/resource-hosting/src/HostingObject.cpp
service/resource-hosting/src/HostingObject.h [changed mode: 0644->0755]
service/resource-hosting/src/RequestObject.cpp
service/resource-hosting/src/RequestObject.h
service/resource-hosting/src/ResourceHosting.cpp [changed mode: 0644->0755]
service/resource-hosting/src/ResourceHosting.h [changed mode: 0644->0755]
service/resource-hosting/unittest/HostingObjectUnitTest.cpp [moved from service/resource-hosting/src/unittest/HostingObjectUnitTest.cpp with 76% similarity]
service/resource-hosting/unittest/RequestObjectUnitTest.cpp [moved from service/resource-hosting/src/unittest/RequestObjectUnitTest.cpp with 93% similarity]
service/resource-hosting/unittest/ResourceEncapsulationTestSimulator.h [moved from service/resource-hosting/src/unittest/ResourceEncapsulationTestSimulator.h with 99% similarity]
service/resource-hosting/unittest/ResourceHostingUnitTest.cpp [moved from service/resource-hosting/src/unittest/ResourceHostingUnitTest.cpp with 97% similarity]
service/resource-hosting/unittest/SConscript [moved from service/resource-hosting/src/unittest/SConscript with 87% similarity]